/AWS1/CL_OSRIAMFEDR8NOPTSOUT¶
Output parameters showing the current IAM identity federation configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_enabled TYPE /AWS1/OSRBOOLEAN /AWS1/OSRBOOLEAN¶
Indicates whether IAM identity federation is currently enabled for the domain.
iv_subjectkey TYPE /AWS1/OSRIAMFEDR8NSUBJECTKEY /AWS1/OSRIAMFEDR8NSUBJECTKEY¶
The configured key in the SAML assertion for the user's subject identifier.
iv_roleskey TYPE /AWS1/OSRIAMFEDERATIONROLESKEY /AWS1/OSRIAMFEDERATIONROLESKEY¶
The configured key in the SAML assertion for the user's role information.
Queryable Attributes¶
Enabled¶
Indicates whether IAM identity federation is currently enabled for the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
SubjectKey¶
The configured key in the SAML assertion for the user's subject identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBJECTKEY() |
Getter for SUBJECTKEY, with configurable default |
ASK_SUBJECTKEY() |
Getter for SUBJECTKEY w/ exceptions if field has no value |
HAS_SUBJECTKEY() |
Determine if SUBJECTKEY has a value |
RolesKey¶
The configured key in the SAML assertion for the user's role information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLESKEY() |
Getter for ROLESKEY, with configurable default |
ASK_ROLESKEY() |
Getter for ROLESKEY w/ exceptions if field has no value |
HAS_ROLESKEY() |
Determine if ROLESKEY has a value |