Aws Code Build Source Credentials Info Properties Response
data class AwsCodeBuildSourceCredentialsInfoPropertiesResponse(val arn: String? = null, val authType: AuthTypeEnumValueResponse? = null, val resource: String? = null, val serverType: ServerTypeEnumValueResponse? = null)
Definition of awsCodeBuildSourceCredentialsInfo
Constructors
Link copied to clipboard
constructor(arn: String? = null, authType: AuthTypeEnumValueResponse? = null, resource: String? = null, serverType: ServerTypeEnumValueResponse? = null)
Properties
Link copied to clipboard
The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, or CODECONNECTIONS.
Link copied to clipboard
The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, GITLAB, GITLAB_SELF_MANAGED, or BITBUCKET.