google_api_iam_credentials v0.5.0 API Reference

Modules

API calls for all endpoints tagged Projects.

Handle Tesla connections for GoogleApi.IAMCredentials.V1.

Attributes

  • delegates (type: list(String.t), default: nil) - The sequence of service accounts in a delegation chain. Each service account must be granted the roles/iam.serviceAccountTokenCreator role on its next service account in the chain. The last service account in the chain must be granted the roles/iam.serviceAccountTokenCreator role on the service account that is specified in the name field of the request.

Attributes

  • accessToken (type: String.t, default: nil) - The OAuth 2.0 access token.
  • expireTime (type: DateTime.t, default: nil) - Token expiration time. The expiration time is always set.

Attributes

  • audience (type: String.t, default: nil) - The audience for the token, such as the API or account that this token grants access to.

Attributes

  • token (type: String.t, default: nil) - The OpenId Connect ID token.

Attributes

  • delegates (type: list(String.t), default: nil) - The sequence of service accounts in a delegation chain. Each service account must be granted the roles/iam.serviceAccountTokenCreator role on its next service account in the chain. The last service account in the chain must be granted the roles/iam.serviceAccountTokenCreator role on the service account that is specified in the name field of the request.

Attributes

  • keyId (type: String.t, default: nil) - The ID of the key used to sign the blob.
  • signedBlob (type: String.t, default: nil) - The signed blob.

Attributes

  • delegates (type: list(String.t), default: nil) - The sequence of service accounts in a delegation chain. Each service account must be granted the roles/iam.serviceAccountTokenCreator role on its next service account in the chain. The last service account in the chain must be granted the roles/iam.serviceAccountTokenCreator role on the service account that is specified in the name field of the request.

Attributes

  • keyId (type: String.t, default: nil) - The ID of the key used to sign the JWT.
  • signedJwt (type: String.t, default: nil) - The signed JWT.