Class JobHttpTargetOidcTokenArgs


  • public final class JobHttpTargetOidcTokenArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • audience

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> audience()
        Returns:
        Audience to be used when generating OIDC token. If not specified, the URI specified in target will be used.
      • serviceAccountEmail

        public com.pulumi.core.Output<java.lang.String> serviceAccountEmail()
        Returns:
        Service account email to be used for generating OAuth token. The service account must be within the same project as the job.