Cloud Scheduler V1beta1 API - Class Google::Cloud::Scheduler::V1beta1::OidcToken (v0.11.0)

Reference documentation and code samples for the Cloud Scheduler V1beta1 API class Google::Cloud::Scheduler::V1beta1::OidcToken.

Contains information needed for generating an OpenID Connect token. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#audience

def audience() -> ::String
Returns
  • (::String) — Audience to be used when generating OIDC token. If not specified, the URI specified in target will be used.

#audience=

def audience=(value) -> ::String
Parameter
  • value (::String) — Audience to be used when generating OIDC token. If not specified, the URI specified in target will be used.
Returns
  • (::String) — Audience to be used when generating OIDC token. If not specified, the URI specified in target will be used.

#service_account_email

def service_account_email() -> ::String
Returns
  • (::String) — Service account email to be used for generating OIDC token. The service account must be within the same project as the job. The caller must have iam.serviceAccounts.actAs permission for the service account.

#service_account_email=

def service_account_email=(value) -> ::String
Parameter
  • value (::String) — Service account email to be used for generating OIDC token. The service account must be within the same project as the job. The caller must have iam.serviceAccounts.actAs permission for the service account.
Returns
  • (::String) — Service account email to be used for generating OIDC token. The service account must be within the same project as the job. The caller must have iam.serviceAccounts.actAs permission for the service account.