Skip to content

/AWS1/CL_BDKAUTOMATEDRSNINGP43

A container for various mutation operations that can be applied to an Automated Reasoning policy, including adding, updating, and deleting policy elements.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_addtype TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP44 /AWS1/CL_BDKAUTOMATEDRSNINGP44

A mutation to add a new custom type to the policy.

io_updatetype TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP45 /AWS1/CL_BDKAUTOMATEDRSNINGP45

A mutation to modify an existing custom type in the policy.

io_deletetype TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP46 /AWS1/CL_BDKAUTOMATEDRSNINGP46

A mutation to remove a custom type from the policy.

io_addvariable TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP47 /AWS1/CL_BDKAUTOMATEDRSNINGP47

A mutation to add a new variable to the policy.

io_updatevariable TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP48 /AWS1/CL_BDKAUTOMATEDRSNINGP48

A mutation to modify an existing variable in the policy.

io_deletevariable TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP49 /AWS1/CL_BDKAUTOMATEDRSNINGP49

A mutation to remove a variable from the policy.

io_addrule TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP50 /AWS1/CL_BDKAUTOMATEDRSNINGP50

A mutation to add a new rule to the policy.

io_updaterule TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP51 /AWS1/CL_BDKAUTOMATEDRSNINGP51

A mutation to modify an existing rule in the policy.

io_deleterule TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP52 /AWS1/CL_BDKAUTOMATEDRSNINGP52

A mutation to remove a rule from the policy.


Queryable Attributes

addType

A mutation to add a new custom type to the policy.

Accessible with the following methods

Method Description
GET_ADDTYPE() Getter for ADDTYPE

updateType

A mutation to modify an existing custom type in the policy.

Accessible with the following methods

Method Description
GET_UPDATETYPE() Getter for UPDATETYPE

deleteType

A mutation to remove a custom type from the policy.

Accessible with the following methods

Method Description
GET_DELETETYPE() Getter for DELETETYPE

addVariable

A mutation to add a new variable to the policy.

Accessible with the following methods

Method Description
GET_ADDVARIABLE() Getter for ADDVARIABLE

updateVariable

A mutation to modify an existing variable in the policy.

Accessible with the following methods

Method Description
GET_UPDATEVARIABLE() Getter for UPDATEVARIABLE

deleteVariable

A mutation to remove a variable from the policy.

Accessible with the following methods

Method Description
GET_DELETEVARIABLE() Getter for DELETEVARIABLE

addRule

A mutation to add a new rule to the policy.

Accessible with the following methods

Method Description
GET_ADDRULE() Getter for ADDRULE

updateRule

A mutation to modify an existing rule in the policy.

Accessible with the following methods

Method Description
GET_UPDATERULE() Getter for UPDATERULE

deleteRule

A mutation to remove a rule from the policy.

Accessible with the following methods

Method Description
GET_DELETERULE() Getter for DELETERULE