Class GetAccountIdTokenPlainArgs


  • public final class GetAccountIdTokenPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • delegates

        public java.util.Optional<java.util.List<java.lang.String>> delegates()
        Returns:
        Delegate chain of approvals needed to perform full impersonation. Specify the fully qualified service account name. Used only when using impersonation mode.
      • includeEmail

        public java.util.Optional<java.lang.Boolean> includeEmail()
        Returns:
        Include the verified email in the claim. Used only when using impersonation mode.
      • targetAudience

        public java.lang.String targetAudience()
        Returns:
        The audience claim for the `id_token`.
      • targetServiceAccount

        public java.util.Optional<java.lang.String> targetServiceAccount()
        Returns:
        The email of the service account being impersonated. Used only when using impersonation mode.