/AWS1/CL_DSRSETTINGENTRY¶
Contains information about the specified configurable setting for a directory.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/DSRDIRECTORYCONFSETTIN00 /AWS1/DSRDIRECTORYCONFSETTIN00¶
The type, or category, of a directory setting. Similar settings have the same type. For example,
Protocol,Cipher, orCertificate-Based Authentication.
iv_name TYPE /AWS1/DSRDIRECTORYCONFSETTIN01 /AWS1/DSRDIRECTORYCONFSETTIN01¶
The name of the directory setting. For example:
TLS_1_0
iv_allowedvalues TYPE /AWS1/DSRDIRECTORYCONFSETTIN02 /AWS1/DSRDIRECTORYCONFSETTIN02¶
The valid range of values for the directory setting. These values depend on the
DataTypeof your directory.
iv_appliedvalue TYPE /AWS1/DSRDIRECTORYCONFSETTIN03 /AWS1/DSRDIRECTORYCONFSETTIN03¶
The value of the directory setting that is applied to the directory.
iv_requestedvalue TYPE /AWS1/DSRDIRECTORYCONFSETTIN03 /AWS1/DSRDIRECTORYCONFSETTIN03¶
The value that was last requested for the directory setting.
iv_requeststatus TYPE /AWS1/DSRDIRECTORYCONFSTATUS /AWS1/DSRDIRECTORYCONFSTATUS¶
The overall status of the request to update the directory setting request. If the directory setting is deployed in more than one region, and the request fails in any region, the overall status is
Failed.
it_requestdetailedstatus TYPE /AWS1/CL_DSRDIRECTORYCONFSET00=>TT_DIRECTORYCONFSETTINGREQDE00 TT_DIRECTORYCONFSETTINGREQDE00¶
Details about the status of the request to update the directory setting. If the directory setting is deployed in more than one region, status is returned for the request in each region where the setting is deployed.
iv_requeststatusmessage TYPE /AWS1/DSRDIRECTORYCONFSETTIN04 /AWS1/DSRDIRECTORYCONFSETTIN04¶
The last status message for the directory status request.
iv_lastupdateddatetime TYPE /AWS1/DSRDIRECTORYCONFSETTIN05 /AWS1/DSRDIRECTORYCONFSETTIN05¶
The date and time when the directory setting was last updated.
iv_lastrequesteddatetime TYPE /AWS1/DSRDIRECTORYCONFSETTIN06 /AWS1/DSRDIRECTORYCONFSETTIN06¶
The date and time when the request to update a directory setting was last submitted.
iv_datatype TYPE /AWS1/DSRDIRECTORYCONFSETTIN07 /AWS1/DSRDIRECTORYCONFSETTIN07¶
The data type of a directory setting. This is used to define the
AllowedValuesof a setting. For example a data type can beBoolean,DurationInSeconds, orEnum.
Queryable Attributes¶
Type¶
The type, or category, of a directory setting. Similar settings have the same type. For example,
Protocol,Cipher, orCertificate-Based Authentication.
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 |
Name¶
The name of the directory setting. For example:
TLS_1_0
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
AllowedValues¶
The valid range of values for the directory setting. These values depend on the
DataTypeof your directory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOWEDVALUES() |
Getter for ALLOWEDVALUES, with configurable default |
ASK_ALLOWEDVALUES() |
Getter for ALLOWEDVALUES w/ exceptions if field has no value |
HAS_ALLOWEDVALUES() |
Determine if ALLOWEDVALUES has a value |
AppliedValue¶
The value of the directory setting that is applied to the directory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLIEDVALUE() |
Getter for APPLIEDVALUE, with configurable default |
ASK_APPLIEDVALUE() |
Getter for APPLIEDVALUE w/ exceptions if field has no value |
HAS_APPLIEDVALUE() |
Determine if APPLIEDVALUE has a value |
RequestedValue¶
The value that was last requested for the directory setting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTEDVALUE() |
Getter for REQUESTEDVALUE, with configurable default |
ASK_REQUESTEDVALUE() |
Getter for REQUESTEDVALUE w/ exceptions if field has no valu |
HAS_REQUESTEDVALUE() |
Determine if REQUESTEDVALUE has a value |
RequestStatus¶
The overall status of the request to update the directory setting request. If the directory setting is deployed in more than one region, and the request fails in any region, the overall status is
Failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTSTATUS() |
Getter for REQUESTSTATUS, with configurable default |
ASK_REQUESTSTATUS() |
Getter for REQUESTSTATUS w/ exceptions if field has no value |
HAS_REQUESTSTATUS() |
Determine if REQUESTSTATUS has a value |
RequestDetailedStatus¶
Details about the status of the request to update the directory setting. If the directory setting is deployed in more than one region, status is returned for the request in each region where the setting is deployed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTDETAILEDSTATUS() |
Getter for REQUESTDETAILEDSTATUS, with configurable default |
ASK_REQUESTDETAILEDSTATUS() |
Getter for REQUESTDETAILEDSTATUS w/ exceptions if field has |
HAS_REQUESTDETAILEDSTATUS() |
Determine if REQUESTDETAILEDSTATUS has a value |
RequestStatusMessage¶
The last status message for the directory status request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTSTATUSMESSAGE() |
Getter for REQUESTSTATUSMESSAGE, with configurable default |
ASK_REQUESTSTATUSMESSAGE() |
Getter for REQUESTSTATUSMESSAGE w/ exceptions if field has n |
HAS_REQUESTSTATUSMESSAGE() |
Determine if REQUESTSTATUSMESSAGE has a value |
LastUpdatedDateTime¶
The date and time when the directory setting was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME, with configurable default |
ASK_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME w/ exceptions if field has no |
HAS_LASTUPDATEDDATETIME() |
Determine if LASTUPDATEDDATETIME has a value |
LastRequestedDateTime¶
The date and time when the request to update a directory setting was last submitted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTREQUESTEDDATETIME() |
Getter for LASTREQUESTEDDATETIME, with configurable default |
ASK_LASTREQUESTEDDATETIME() |
Getter for LASTREQUESTEDDATETIME w/ exceptions if field has |
HAS_LASTREQUESTEDDATETIME() |
Determine if LASTREQUESTEDDATETIME has a value |
DataType¶
The data type of a directory setting. This is used to define the
AllowedValuesof a setting. For example a data type can beBoolean,DurationInSeconds, orEnum.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATATYPE() |
Getter for DATATYPE, with configurable default |
ASK_DATATYPE() |
Getter for DATATYPE w/ exceptions if field has no value |
HAS_DATATYPE() |
Determine if DATATYPE 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_SETTINGENTRIES¶
TYPES TT_SETTINGENTRIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DSRSETTINGENTRY WITH DEFAULT KEY
.