data class GetAccountIdTokenPlainArgs(val delegates: List<String>? = null, val includeEmail: Boolean? = null, val targetAudience: String, val targetServiceAccount: String? = null) : ConvertibleToJava<GetAccountIdTokenPlainArgs>
A collection of arguments for invoking getAccountIdToken.
Delegate chain of approvals needed to perform full impersonation. Specify the fully qualified service account name. Used only when using impersonation mode.