RolePropagationConfigInput
Role Change Propagation Config Input
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| enabled | bool | Indicates if the Role Change Propagation process should be enabled for the tenant | [optional] [default to False] |
| } |
Example
from sailpoint.role_propagation.models.role_propagation_config_input import RolePropagationConfigInput
role_propagation_config_input = RolePropagationConfigInput(
enabled=True
)