/AWS1/CL_SEBPOLICYSTATEMENT¶
The structure containing traffic policy conditions and actions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_conditions TYPE /AWS1/CL_SEBPOLICYCONDITION=>TT_POLICYCONDITIONS TT_POLICYCONDITIONS¶
The list of conditions to apply to incoming messages for filtering email traffic.
iv_action TYPE /AWS1/SEBACCEPTACTION /AWS1/SEBACCEPTACTION¶
The action that informs a traffic policy resource to either allow or block the email if it matches a condition in the policy statement.
Queryable Attributes¶
Conditions¶
The list of conditions to apply to incoming messages for filtering email traffic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITIONS() |
Getter for CONDITIONS, with configurable default |
ASK_CONDITIONS() |
Getter for CONDITIONS w/ exceptions if field has no value |
HAS_CONDITIONS() |
Determine if CONDITIONS has a value |
Action¶
The action that informs a traffic policy resource to either allow or block the email if it matches a condition in the policy statement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION, with configurable default |
ASK_ACTION() |
Getter for ACTION w/ exceptions if field has no value |
HAS_ACTION() |
Determine if ACTION 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_POLICYSTATEMENTLIST¶
TYPES TT_POLICYSTATEMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SEBPOLICYSTATEMENT WITH DEFAULT KEY
.