/AWS1/CL_IAMGETOUTBOUNDWEBID00¶
GetOutboundWebIdentityFederationInfoResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_issueridentifier TYPE /AWS1/IAMSTRINGTYPE /AWS1/IAMSTRINGTYPE¶
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.
iv_jwtvendingenabled TYPE /AWS1/IAMBOOLEANTYPE /AWS1/IAMBOOLEANTYPE¶
Indicates whether outbound identity federation is currently enabled for your Amazon Web Services account. When true, IAM principals in the account can call the
GetWebIdentityTokenAPI to obtain JSON Web Tokens (JWTs) for authentication with external services.
Queryable Attributes¶
IssuerIdentifier¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISSUERIDENTIFIER() |
Getter for ISSUERIDENTIFIER, with configurable default |
ASK_ISSUERIDENTIFIER() |
Getter for ISSUERIDENTIFIER w/ exceptions if field has no va |
HAS_ISSUERIDENTIFIER() |
Determine if ISSUERIDENTIFIER has a value |
JwtVendingEnabled¶
Indicates whether outbound identity federation is currently enabled for your Amazon Web Services account. When true, IAM principals in the account can call the
GetWebIdentityTokenAPI to obtain JSON Web Tokens (JWTs) for authentication with external services.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JWTVENDINGENABLED() |
Getter for JWTVENDINGENABLED |