/AWS1/CL_STSFEDERATEDUSER¶
Identifiers for the federated user that is associated with the credentials.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_federateduserid
TYPE /AWS1/STSFEDERATEDIDTYPE
/AWS1/STSFEDERATEDIDTYPE
¶
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.
iv_arn
TYPE /AWS1/STSARNTYPE
/AWS1/STSARNTYPE
¶
The ARN that specifies the federated user that is associated with the credentials. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.
Queryable Attributes¶
FederatedUserId¶
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FEDERATEDUSERID() |
Getter for FEDERATEDUSERID, with configurable default |
ASK_FEDERATEDUSERID() |
Getter for FEDERATEDUSERID w/ exceptions if field has no val |
HAS_FEDERATEDUSERID() |
Determine if FEDERATEDUSERID has a value |
Arn¶
The ARN that specifies the federated user that is associated with the credentials. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |