Auth Config Decrypted Credential Oidc Token Args
data class AuthConfigDecryptedCredentialOidcTokenArgs(val audience: Output<String>? = null, val serviceAccountEmail: Output<String>? = null, val token: Output<String>? = null, val tokenExpireTime: Output<String>? = null) : ConvertibleToJava<AuthConfigDecryptedCredentialOidcTokenArgs>
Properties
Link copied to clipboard
The service account email to be used as the identity for the token.
Link copied to clipboard
(Output) The approximate time until the token retrieved is valid. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".