Skip to main content

Rolepropagationconfiginput

Role Change Propagation Config Input

Properties

NameTypeDescriptionNotes
enabledboolIndicates 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
)

[Back to top]