Class: Aws::IAM::Types::EnableOutboundWebIdentityFederationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::EnableOutboundWebIdentityFederationResponse
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#issuer_identifier ⇒ String
A unique issuer URL for your Amazon Web Services account that hosts the OpenID Connect (OIDC) discovery endpoints at
/.well-known/openid-configuration and /.well-known/jwks.json.
Instance Attribute Details
#issuer_identifier ⇒ String
A unique issuer URL for your Amazon Web Services account that hosts
the OpenID Connect (OIDC) discovery endpoints at
/.well-known/openid-configuration and /.well-known/jwks.json. The
OpenID Connect (OIDC) discovery endpoints contain verification keys
and metadata necessary for token verification.
3158 3159 3160 3161 3162 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3158 class EnableOutboundWebIdentityFederationResponse < Struct.new( :issuer_identifier) SENSITIVE = [] include Aws::Structure end |