Skip to main content

GitCredential

Properties

PropertyTypeAttributesDescription
gitProvider'gitHub' | 'bitbucketCloud' | 'gitLab' | 'azureDevOpsServices' | 'gitHubEnterprise' | 'bitbucketServer' | 'gitLabEnterpriseEdition' | 'awsCodeCommit'Required, IdentifierThe Git provider.
gitUsernamestringRequired, IdentifierThe username for Git authentication.
personalAccessTokenstringRequired, IdentifierThe personal access token for Git authentication.
credentialIdstringRead-onlyThe unique identifier of the Git credential.
isDefaultForProviderboolWhether this credential is the default for the provider.
namestringThe name of the Git credential.