/AWS1/CL_SSATRUSTEDTOKISSUER01¶
A structure that describes a trusted token issuer.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_trustedtokenissuerarn TYPE /AWS1/SSATRUSTEDTOKENISSUERARN /AWS1/SSATRUSTEDTOKENISSUERARN¶
The ARN of the trusted token issuer configuration in the instance of IAM Identity Center.
iv_name TYPE /AWS1/SSATRUSTEDTOKISSUERNAME /AWS1/SSATRUSTEDTOKISSUERNAME¶
The name of the trusted token issuer configuration in the instance of IAM Identity Center.
iv_trustedtokenissuertype TYPE /AWS1/SSATRUSTEDTOKISSUERTYPE /AWS1/SSATRUSTEDTOKISSUERTYPE¶
The type of trusted token issuer.
Queryable Attributes¶
TrustedTokenIssuerArn¶
The ARN of the trusted token issuer configuration in the instance of IAM Identity Center.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRUSTEDTOKENISSUERARN() |
Getter for TRUSTEDTOKENISSUERARN, with configurable default |
ASK_TRUSTEDTOKENISSUERARN() |
Getter for TRUSTEDTOKENISSUERARN w/ exceptions if field has |
HAS_TRUSTEDTOKENISSUERARN() |
Determine if TRUSTEDTOKENISSUERARN has a value |
Name¶
The name of the trusted token issuer configuration in the instance of IAM Identity Center.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
TrustedTokenIssuerType¶
The type of trusted token issuer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRUSTEDTOKENISSUERTYPE() |
Getter for TRUSTEDTOKENISSUERTYPE, with configurable default |
ASK_TRUSTEDTOKENISSUERTYPE() |
Getter for TRUSTEDTOKENISSUERTYPE w/ exceptions if field has |
HAS_TRUSTEDTOKENISSUERTYPE() |
Determine if TRUSTEDTOKENISSUERTYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TRUSTEDTOKENISSUERLIST¶
TYPES TT_TRUSTEDTOKENISSUERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSATRUSTEDTOKISSUER01 WITH DEFAULT KEY
.