/AWS1/CL_IDSCREATEUSERRESPONSE¶
CreateUserResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_userid
TYPE /AWS1/IDSRESOURCEID
/AWS1/IDSRESOURCEID
¶
The identifier of the newly created user in the identity store.
iv_identitystoreid
TYPE /AWS1/IDSIDENTITYSTOREID
/AWS1/IDSIDENTITYSTOREID
¶
The globally unique identifier for the identity store.
Queryable Attributes¶
UserId¶
The identifier of the newly created user in the identity store.
Accessible with the following methods¶
Method | Description |
---|---|
GET_USERID() |
Getter for USERID, with configurable default |
ASK_USERID() |
Getter for USERID w/ exceptions if field has no value |
HAS_USERID() |
Determine if USERID has a value |
IdentityStoreId¶
The globally unique identifier for the identity store.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IDENTITYSTOREID() |
Getter for IDENTITYSTOREID, with configurable default |
ASK_IDENTITYSTOREID() |
Getter for IDENTITYSTOREID w/ exceptions if field has no val |
HAS_IDENTITYSTOREID() |
Determine if IDENTITYSTOREID has a value |