Reference documentation and code samples for the Cloud Build V2 API class Google::Cloud::Build::V2::OAuthCredential.
Represents an OAuth token of the account that authorized the Connection, and associated metadata.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#oauth_token_secret_version
def oauth_token_secret_version() -> ::String
Returns
-
(::String) — A SecretManager resource containing the OAuth token that authorizes
the Cloud Build connection. Format:
projects/*/secrets/*/versions/*
.
#oauth_token_secret_version=
def oauth_token_secret_version=(value) -> ::String
Parameter
-
value (::String) — A SecretManager resource containing the OAuth token that authorizes
the Cloud Build connection. Format:
projects/*/secrets/*/versions/*
.
Returns
-
(::String) — A SecretManager resource containing the OAuth token that authorizes
the Cloud Build connection. Format:
projects/*/secrets/*/versions/*
.
#username
def username() -> ::String
Returns
- (::String) — Output only. The username associated to this token.