SourceAuth class

Information about the authorization settings for AWS CodeBuild to access the source code to be built.

This information is for the AWS CodeBuild console's use only. Your code should not get or set this information directly.

Constructors

SourceAuth({required SourceAuthType type, String? resource})
SourceAuth.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resource String?
The resource value that applies to the specified authorization type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SourceAuthType
OAUTH
final

Methods

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

Operators

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