Skip to content

/AWS1/CL_BDZDOCUMENTACL

The access control list for a document, containing allow and deny membership lists. Each list specifies conditions that determine which users and groups are granted or denied access.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_allowlist TYPE REF TO /AWS1/CL_BDZDOCUMENTACLMEMBSHP /AWS1/CL_BDZDOCUMENTACLMEMBSHP

The list of principals allowed access to the document.

io_denylist TYPE REF TO /AWS1/CL_BDZDOCUMENTACLMEMBSHP /AWS1/CL_BDZDOCUMENTACLMEMBSHP

The list of principals denied access to the document.


Queryable Attributes

allowList

The list of principals allowed access to the document.

Accessible with the following methods

Method Description
GET_ALLOWLIST() Getter for ALLOWLIST

denyList

The list of principals denied access to the document.

Accessible with the following methods

Method Description
GET_DENYLIST() Getter for DENYLIST