/AWS1/CL_DIRPOLICYATTACHMENT¶
Contains the PolicyType, PolicyId, and the ObjectIdentifier to which it is
attached. For more
information, see Policies.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_policyid TYPE /AWS1/DIROBJECTIDENTIFIER /AWS1/DIROBJECTIDENTIFIER¶
The ID of
PolicyAttachment.
iv_objectidentifier TYPE /AWS1/DIROBJECTIDENTIFIER /AWS1/DIROBJECTIDENTIFIER¶
The
ObjectIdentifierthat is associated withPolicyAttachment.
iv_policytype TYPE /AWS1/DIRPOLICYTYPE /AWS1/DIRPOLICYTYPE¶
The type of policy that can be associated with
PolicyAttachment.
Queryable Attributes¶
PolicyId¶
The ID of
PolicyAttachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYID() |
Getter for POLICYID, with configurable default |
ASK_POLICYID() |
Getter for POLICYID w/ exceptions if field has no value |
HAS_POLICYID() |
Determine if POLICYID has a value |
ObjectIdentifier¶
The
ObjectIdentifierthat is associated withPolicyAttachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTIDENTIFIER() |
Getter for OBJECTIDENTIFIER, with configurable default |
ASK_OBJECTIDENTIFIER() |
Getter for OBJECTIDENTIFIER w/ exceptions if field has no va |
HAS_OBJECTIDENTIFIER() |
Determine if OBJECTIDENTIFIER has a value |
PolicyType¶
The type of policy that can be associated with
PolicyAttachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYTYPE() |
Getter for POLICYTYPE, with configurable default |
ASK_POLICYTYPE() |
Getter for POLICYTYPE w/ exceptions if field has no value |
HAS_POLICYTYPE() |
Determine if POLICYTYPE 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_POLICYATTACHMENTLIST¶
TYPES TT_POLICYATTACHMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DIRPOLICYATTACHMENT WITH DEFAULT KEY
.