Skip to main content

Tenantconfigurationdetails

Details of any tenant-wide Reassignment Configurations (eg. enabled/disabled)

Properties

NameTypeDescriptionNotes
disabledboolFlag to determine if Reassignment Configuration is enabled or disabled for a tenant. When this flag is set to true, Reassignment Configuration is disabled.[optional] [default to False]
}

Example

from sailpoint.work_reassignment.models.tenantconfigurationdetails import Tenantconfigurationdetails

tenantconfigurationdetails = Tenantconfigurationdetails(
disabled=True
)

[Back to top]