SourceCredentialsInfo class

Information about the credentials for a GitHub, GitHub Enterprise, or Bitbucket repository.

Constructors

SourceCredentialsInfo({String? arn, AuthType? authType, ServerType? serverType})
SourceCredentialsInfo.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the token.
final
authType AuthType?
The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, or PERSONAL_ACCESS_TOKEN.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverType ServerType?
The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited