/AWS1/CL_IDSROLE¶
The role associated with the user.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_value TYPE /AWS1/IDSSENSITIVESTRINGTYPE /AWS1/IDSSENSITIVESTRINGTYPE¶
A string containing a role name. For example, "Researcher."
iv_type TYPE /AWS1/IDSSENSITIVESTRINGTYPE /AWS1/IDSSENSITIVESTRINGTYPE¶
A string representing the type of role. For example, "Work."
iv_primary TYPE /AWS1/IDSBOOLEANTYPE /AWS1/IDSBOOLEANTYPE¶
A Boolean value representing whether this is the primary role for the associated resource.
Queryable Attributes¶
Value¶
A string containing a role name. For example, "Researcher."
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Type¶
A string representing the type of role. For example, "Work."
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Primary¶
A Boolean value representing whether this is the primary role for the associated resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIMARY() |
Getter for PRIMARY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROLES¶
TYPES TT_ROLES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IDSROLE WITH DEFAULT KEY
.