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.rolepropagationconfiginput import Rolepropagationconfiginput
rolepropagationconfiginput = Rolepropagationconfiginput(
enabled=True
)