/AWS1/CL_DSDCREATEUSERRESULT¶
CreateUserResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_directoryid TYPE /AWS1/DSDDIRECTORYID /AWS1/DSDDIRECTORYID¶
The identifier (ID) of the directory where the address block is added.
iv_sid TYPE /AWS1/DSDSID /AWS1/DSDSID¶
The unique security identifier (SID) of the user.
iv_samaccountname TYPE /AWS1/DSDUSERNAME /AWS1/DSDUSERNAME¶
The name of the user.
Queryable Attributes¶
DirectoryId¶
The identifier (ID) of the directory where the address block is added.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTORYID() |
Getter for DIRECTORYID, with configurable default |
ASK_DIRECTORYID() |
Getter for DIRECTORYID w/ exceptions if field has no value |
HAS_DIRECTORYID() |
Determine if DIRECTORYID has a value |
SID¶
The unique security identifier (SID) of the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SID() |
Getter for SID, with configurable default |
ASK_SID() |
Getter for SID w/ exceptions if field has no value |
HAS_SID() |
Determine if SID has a value |
SAMAccountName¶
The name of the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAMACCOUNTNAME() |
Getter for SAMACCOUNTNAME, with configurable default |
ASK_SAMACCOUNTNAME() |
Getter for SAMACCOUNTNAME w/ exceptions if field has no valu |
HAS_SAMACCOUNTNAME() |
Determine if SAMACCOUNTNAME has a value |