Skip to content

/AWS1/CL_SAGSECREQPACKSUMMARY

Contains summary information about a security requirement pack.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_packid TYPE /AWS1/SAGSECURITYREQPACKID /AWS1/SAGSECURITYREQPACKID

The unique identifier of the security requirement pack.

iv_name TYPE /AWS1/SAGSECURITYREQPACKNAME /AWS1/SAGSECURITYREQPACKNAME

The name of the security requirement pack.

iv_managementtype TYPE /AWS1/SAGMANAGEMENTTYPE /AWS1/SAGMANAGEMENTTYPE

The management type of the pack.

iv_status TYPE /AWS1/SAGSECURITYREQPACKSTATUS /AWS1/SAGSECURITYREQPACKSTATUS

The status of the security requirement pack.

iv_createdat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP

The date and time the security requirement pack was created, in UTC format.

iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP

The date and time the security requirement pack was last updated, in UTC format.

Optional arguments:

iv_description TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

A description of the security requirement pack.

iv_vendorname TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The vendor name for AWS managed packs.


Queryable Attributes

packId

The unique identifier of the 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

name

The name of the security requirement pack.

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

description

A description of the security requirement pack.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

vendorName

The vendor name for AWS managed packs.

Accessible with the following methods

Method Description
GET_VENDORNAME() Getter for VENDORNAME, with configurable default
ASK_VENDORNAME() Getter for VENDORNAME w/ exceptions if field has no value
HAS_VENDORNAME() Determine if VENDORNAME has a value

managementType

The management type of the pack.

Accessible with the following methods

Method Description
GET_MANAGEMENTTYPE() Getter for MANAGEMENTTYPE, with configurable default
ASK_MANAGEMENTTYPE() Getter for MANAGEMENTTYPE w/ exceptions if field has no valu
HAS_MANAGEMENTTYPE() Determine if MANAGEMENTTYPE has a value

status

The status of the 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

createdAt

The date and time the security requirement pack was created, in UTC 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 the security requirement pack was last updated, in UTC 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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SECURITYREQPACKSUMMARYLIST

TYPES TT_SECURITYREQPACKSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGSECREQPACKSUMMARY WITH DEFAULT KEY
.