Class: Aws::IAM::Types::EnableOutboundWebIdentityFederationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::EnableOutboundWebIdentityFederationResponse
- Includes:
- Structure
- Defined in:
- 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.
3167 3168 3169 3170 3171 |
# File 'lib/aws-sdk-iam/types.rb', line 3167 class EnableOutboundWebIdentityFederationResponse < Struct.new( :issuer_identifier) SENSITIVE = [] include Aws::Structure end |