Tenantconfigurationdetails
Details of any tenant-wide Reassignment Configurations (eg. enabled/disabled)
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| disabled | bool | Flag 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
)