TenantConfigurationDetails
Properties
Name | Type | Description | Notes |
---|---|---|---|
Disabled | Boolean | 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] |
Examples
- Prepare the resource
$TenantConfigurationDetails = Initialize-PSSailpoint.BetaTenantConfigurationDetails -Disabled true
- Convert the resource to JSON
$TenantConfigurationDetails | ConvertTo-JSON