Skip to main content

TenantConfigurationDetails

Properties

NameTypeDescriptionNotes
DisabledBooleanFlag 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.V2024TenantConfigurationDetails  -Disabled true
  • Convert the resource to JSON
$TenantConfigurationDetails | ConvertTo-JSON

[Back to top]