RoleManagementPolicyRuleTarget interface
The role management policy rule target.
Properties
caller | The caller of the setting. |
enforced |
The list of enforced settings. |
inheritable |
The list of inheritable settings. |
level | The assignment level to which rule is applied. |
operations | The type of operation. |
target |
The list of target objects. |
Property Details
caller
The caller of the setting.
caller?: string
Property Value
string
enforcedSettings
The list of enforced settings.
enforcedSettings?: string[]
Property Value
string[]
inheritableSettings
The list of inheritable settings.
inheritableSettings?: string[]
Property Value
string[]
level
The assignment level to which rule is applied.
level?: string
Property Value
string
operations
The type of operation.
operations?: string[]
Property Value
string[]
targetObjects
The list of target objects.
targetObjects?: string[]
Property Value
string[]