Values.SourceCredentialsInfoSourceInformation about the credentials for a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository.
type nonrec t = {arn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the token.
*)serverType : ServerType.t option;The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, GITLAB, GITLAB_SELF_MANAGED, or BITBUCKET.
*)authType : AuthType.t option;The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, CODECONNECTIONS, or SECRETS_MANAGER.
*)resource : String_.t option;The connection ARN if your authType is CODECONNECTIONS or SECRETS_MANAGER.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]