class
Amazonite::Iam::GetOutboundWebIdentityFederationInfoResponse
- Amazonite::Iam::GetOutboundWebIdentityFederationInfoResponse
- Reference
- Object
Defined in:
iam/get_outbound_web_identity_federation_info_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(issuer_identifier : String | Nil = nil, jwt_vending_enabled : Bool | Nil = nil)
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. -
#jwt_vending_enabled : Bool | Nil
Indicates whether outbound identity federation is currently enabled for your Amazon Web Services account.
-
#jwt_vending_enabled=(jwt_vending_enabled : Bool | Nil)
Indicates whether outbound identity federation is currently enabled for your Amazon Web Services account.
- #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.
Indicates whether outbound identity federation is currently enabled for your Amazon Web Services
account. When true, IAM principals in the account can call the GetWebIdentityToken API to
obtain JSON Web Tokens (JWTs) for authentication with external services.
Indicates whether outbound identity federation is currently enabled for your Amazon Web Services
account. When true, IAM principals in the account can call the GetWebIdentityToken API to
obtain JSON Web Tokens (JWTs) for authentication with external services.