Class: Aws::IAM::Types::EnableOutboundWebIdentityFederationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#issuer_identifierString

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.

Returns:

  • (String)


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