Class OpenIdConnectProviderArgs


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

      • clientIdLists

        public com.pulumi.core.Output<java.util.List<java.lang.String>> clientIdLists()
        Returns:
        A list of client IDs (also known as audiences). When a mobile or web app registers with an OpenID Connect provider, they establish a value that identifies the application. (This is the value that's sent as the client_id parameter on OAuth requests.)
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Map of resource tags for the IAM OIDC provider. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • thumbprintLists

        public com.pulumi.core.Output<java.util.List<java.lang.String>> thumbprintLists()
        Returns:
        A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificate(s).
      • url

        public com.pulumi.core.Output<java.lang.String> url()
        Returns:
        The URL of the identity provider. Corresponds to the _iss_ claim.