GoogleCloudIntegrationsV1alphaOidcTokenResponse

data class GoogleCloudIntegrationsV1alphaOidcTokenResponse(val audience: String, val serviceAccountEmail: String, val token: String, val tokenExpireTime: String)

OIDC Token

Constructors

fun GoogleCloudIntegrationsV1alphaOidcTokenResponse(audience: String, serviceAccountEmail: String, token: String, tokenExpireTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Audience to be used when generating OIDC token. The audience claim identifies the recipients that the JWT is intended for.

Link copied to clipboard

The service account email to be used as the identity for the token.

Link copied to clipboard

ID token obtained for the service account

Link copied to clipboard

The approximate time until the token retrieved is valid.