/AWS1/CL_SSOROLEINFO¶
Provides information about the role that is assigned to the user.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_rolename TYPE /AWS1/SSOROLENAMETYPE /AWS1/SSOROLENAMETYPE¶
The friendly name of the role that is assigned to the user.
iv_accountid TYPE /AWS1/SSOACCOUNTIDTYPE /AWS1/SSOACCOUNTIDTYPE¶
The identifier of the AWS account assigned to the user.
Queryable Attributes¶
roleName¶
The friendly name of the role that is assigned to the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLENAME() |
Getter for ROLENAME, with configurable default |
ASK_ROLENAME() |
Getter for ROLENAME w/ exceptions if field has no value |
HAS_ROLENAME() |
Determine if ROLENAME has a value |
accountId¶
The identifier of the AWS account assigned to the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID 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_ROLELISTTYPE¶
TYPES TT_ROLELISTTYPE TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSOROLEINFO WITH DEFAULT KEY
.