RoleManagementPolicyRuleTarget Class
The role management policy rule target.
Constructor
RoleManagementPolicyRuleTarget(*, caller: str | None = None, operations: List[str] | None = None, level: str | None = None, target_objects: List[str] | None = None, inheritable_settings: List[str] | None = None, enforced_settings: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
caller
|
The caller of the setting. Default value: None
|
|
operations
|
The type of operation. Default value: None
|
|
level
|
The assignment level to which rule is applied. Default value: None
|
|
target_objects
|
The list of target objects. Default value: None
|
|
inheritable_settings
|
The list of inheritable settings. Default value: None
|
|
enforced_settings
|
The list of enforced settings. Default value: None
|
Variables
| Name | Description |
|---|---|
|
caller
|
The caller of the setting. |
|
operations
|
The type of operation. |
|
level
|
The assignment level to which rule is applied. |
|
target_objects
|
The list of target objects. |
|
inheritable_settings
|
The list of inheritable settings. |
|
enforced_settings
|
The list of enforced settings. |