/AWS1/CL_FNTFIELDLEVELENCPFL02¶
The field-level encryption profile summary.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
ID for the field-level encryption profile summary.
iv_lastmodifiedtime TYPE /AWS1/FNTTIMESTAMP /AWS1/FNTTIMESTAMP¶
The time when the field-level encryption profile summary was last updated.
iv_name TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
Name for the field-level encryption profile summary.
io_encryptionentities TYPE REF TO /AWS1/CL_FNTENCRYPTIONENTITIES /AWS1/CL_FNTENCRYPTIONENTITIES¶
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
Optional arguments:¶
iv_comment TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
An optional comment for the field-level encryption profile summary. The comment cannot be longer than 128 characters.
Queryable Attributes¶
Id¶
ID for the field-level encryption profile summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
LastModifiedTime¶
The time when the field-level encryption profile summary was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
Name¶
Name for the field-level encryption profile summary.
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 |
EncryptionEntities¶
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONENTITIES() |
Getter for ENCRYPTIONENTITIES |
Comment¶
An optional comment for the field-level encryption profile summary. The comment cannot be longer than 128 characters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENT() |
Getter for COMMENT, with configurable default |
ASK_COMMENT() |
Getter for COMMENT w/ exceptions if field has no value |
HAS_COMMENT() |
Determine if COMMENT 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_FIELDLEVELENCPFLSUMMARYLIST¶
TYPES TT_FIELDLEVELENCPFLSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNTFIELDLEVELENCPFL02 WITH DEFAULT KEY
.