Reference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::Pipeline::Destination::AuthenticationConfig.
Represents a config used to authenticate message requests.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#google_oidc
def google_oidc() -> ::Google::Cloud::Eventarc::V1::Pipeline::Destination::AuthenticationConfig::OidcToken- (::Google::Cloud::Eventarc::V1::Pipeline::Destination::AuthenticationConfig::OidcToken) — Optional. This authenticate method will apply Google OIDC tokens signed by a GCP service account to the requests.
#google_oidc=
def google_oidc=(value) -> ::Google::Cloud::Eventarc::V1::Pipeline::Destination::AuthenticationConfig::OidcToken- value (::Google::Cloud::Eventarc::V1::Pipeline::Destination::AuthenticationConfig::OidcToken) — Optional. This authenticate method will apply Google OIDC tokens signed by a GCP service account to the requests.
- (::Google::Cloud::Eventarc::V1::Pipeline::Destination::AuthenticationConfig::OidcToken) — Optional. This authenticate method will apply Google OIDC tokens signed by a GCP service account to the requests.
#oauth_token
def oauth_token() -> ::Google::Cloud::Eventarc::V1::Pipeline::Destination::AuthenticationConfig::OAuthToken- 
        (::Google::Cloud::Eventarc::V1::Pipeline::Destination::AuthenticationConfig::OAuthToken) — Optional. If specified, an OAuth
token will
be generated and attached as an Authorizationheader in the HTTP request.This type of authorization should generally only be used when calling Google APIs hosted on *.googleapis.com. 
#oauth_token=
def oauth_token=(value) -> ::Google::Cloud::Eventarc::V1::Pipeline::Destination::AuthenticationConfig::OAuthToken- 
        value (::Google::Cloud::Eventarc::V1::Pipeline::Destination::AuthenticationConfig::OAuthToken) — Optional. If specified, an OAuth
token will
be generated and attached as an Authorizationheader in the HTTP request.This type of authorization should generally only be used when calling Google APIs hosted on *.googleapis.com. 
- 
        (::Google::Cloud::Eventarc::V1::Pipeline::Destination::AuthenticationConfig::OAuthToken) — Optional. If specified, an OAuth
token will
be generated and attached as an Authorizationheader in the HTTP request.This type of authorization should generally only be used when calling Google APIs hosted on *.googleapis.com.