class
Amazonite::Iam::EnableOutboundWebIdentityFederationResponse
- Amazonite::Iam::EnableOutboundWebIdentityFederationResponse
- Reference
- Object
Defined in:
iam/enable_outbound_web_identity_federation_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#issuer_identifier : String | Nil
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. -
#issuer_identifier=(issuer_identifier : String | Nil)
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. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.