/AWS1/CL_ACADIRECTORYREG¶
The directory registration represents the authorization of the connector service with a directory.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/ACADIRECTORYREGARN /AWS1/ACADIRECTORYREGARN¶
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
iv_directoryid TYPE /AWS1/ACADIRECTORYID /AWS1/ACADIRECTORYID¶
The identifier of the Active Directory.
iv_status TYPE /AWS1/ACADIRECTORYREGSTATUS /AWS1/ACADIRECTORYREGSTATUS¶
Status of the directory registration.
iv_statusreason TYPE /AWS1/ACADIRECTORYREGSTATUSRSN /AWS1/ACADIRECTORYREGSTATUSRSN¶
Additional information about the directory registration status if the status is failed.
iv_createdat TYPE /AWS1/ACATIMESTAMP /AWS1/ACATIMESTAMP¶
The date and time that the directory registration was created.
iv_updatedat TYPE /AWS1/ACATIMESTAMP /AWS1/ACATIMESTAMP¶
The date and time that the directory registration was updated.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
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 |
DirectoryId¶
The identifier of the Active Directory.
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 |
Status¶
Status of the directory registration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
StatusReason¶
Additional information about the directory registration status if the status is failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
CreatedAt¶
The date and time that the directory registration was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
UpdatedAt¶
The date and time that the directory registration was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |