/AWS1/CL_QSTDLPSETTINGDETAILS¶
The full configuration details of a DLP setting.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_dlpsettingid TYPE /AWS1/QSTDLPSETTINGID /AWS1/QSTDLPSETTINGID¶
The ID of the DLP setting.
iv_name TYPE /AWS1/QSTDLPSETTINGNAME /AWS1/QSTDLPSETTINGNAME¶
The display name of the DLP setting.
iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the DLP setting.
iv_status TYPE /AWS1/QSTDLPSETTINGSTATUS /AWS1/QSTDLPSETTINGSTATUS¶
The status of the DLP setting. Valid values are
ACTIVEandINACTIVE.
iv_providertype TYPE /AWS1/QSTDLPPROVIDERTYPE /AWS1/QSTDLPPROVIDERTYPE¶
The type of external DLP provider used for sensitivity label classification.
io_providerconfig TYPE REF TO /AWS1/CL_QSTPROVIDERCONFIG /AWS1/CL_QSTPROVIDERCONFIG¶
The provider-specific configuration for the DLP integration.
iv_provideroutageaction TYPE /AWS1/QSTDLPACTION /AWS1/QSTDLPACTION¶
The behavior applied when the DLP provider is unreachable. Valid values are
ALLOW,WARN, andBLOCK.
iv_createdat TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The date and time that the DLP setting was created, in ISO 8601 format.
iv_updatedat TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The date and time that the DLP setting was most recently updated, in ISO 8601 format.
Queryable Attributes¶
DlpSettingId¶
The ID of the DLP setting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DLPSETTINGID() |
Getter for DLPSETTINGID, with configurable default |
ASK_DLPSETTINGID() |
Getter for DLPSETTINGID w/ exceptions if field has no value |
HAS_DLPSETTINGID() |
Determine if DLPSETTINGID has a value |
Name¶
The display name of the DLP setting.
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 |
Arn¶
The Amazon Resource Name (ARN) of the DLP setting.
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 |
Status¶
The status of the DLP setting. Valid values are
ACTIVEandINACTIVE.
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 |
ProviderType¶
The type of external DLP provider used for sensitivity label classification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERTYPE() |
Getter for PROVIDERTYPE, with configurable default |
ASK_PROVIDERTYPE() |
Getter for PROVIDERTYPE w/ exceptions if field has no value |
HAS_PROVIDERTYPE() |
Determine if PROVIDERTYPE has a value |
ProviderConfig¶
The provider-specific configuration for the DLP integration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERCONFIG() |
Getter for PROVIDERCONFIG |
ProviderOutageAction¶
The behavior applied when the DLP provider is unreachable. Valid values are
ALLOW,WARN, andBLOCK.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDEROUTAGEACTION() |
Getter for PROVIDEROUTAGEACTION, with configurable default |
ASK_PROVIDEROUTAGEACTION() |
Getter for PROVIDEROUTAGEACTION w/ exceptions if field has n |
HAS_PROVIDEROUTAGEACTION() |
Determine if PROVIDEROUTAGEACTION has a value |
CreatedAt¶
The date and time that the DLP setting was created, in ISO 8601 format.
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 DLP setting was most recently updated, in ISO 8601 format.
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 |