/AWS1/CL_SAGCRESECREQPACKOUT¶
CreateSecurityRequirementPackOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_packid TYPE /AWS1/SAGSECURITYREQPACKID /AWS1/SAGSECURITYREQPACKID¶
The unique identifier of the created security requirement pack.
iv_status TYPE /AWS1/SAGSECURITYREQPACKSTATUS /AWS1/SAGSECURITYREQPACKSTATUS¶
The status of the created security requirement pack.
Optional arguments:¶
iv_kmskeyid TYPE /AWS1/SAGKMSKEYID /AWS1/SAGKMSKEYID¶
The identifier of the AWS KMS key used to encrypt pack contents.
Queryable Attributes¶
packId¶
The unique identifier of the created security requirement pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKID() |
Getter for PACKID, with configurable default |
ASK_PACKID() |
Getter for PACKID w/ exceptions if field has no value |
HAS_PACKID() |
Determine if PACKID has a value |
status¶
The status of the created security requirement pack.
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 |
kmsKeyId¶
The identifier of the AWS KMS key used to encrypt pack contents.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYID() |
Getter for KMSKEYID, with configurable default |
ASK_KMSKEYID() |
Getter for KMSKEYID w/ exceptions if field has no value |
HAS_KMSKEYID() |
Determine if KMSKEYID has a value |