authType property

Input<String?>? authType
final

The type of authentication used to connect to a GitHub, GitHub Enterprise, or Bitbucket repository. Valid values are BASIC_AUTH, PERSONAL_ACCESS_TOKEN, CODECONNECTIONS, and SECRETS_MANAGER. An OAUTH connection is not supported by the API.

Implementation

final pulumi.Input<String?>? authType;