Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/TenantConfigurationDetails.md
2025-05-07 14:37:48 +00:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-tenant-configuration-details TenantConfigurationDetails TenantConfigurationDetails TenantConfigurationDetails powershellsdk
powershell
PowerShell
sdk
TenantConfigurationDetails
BetaTenantConfigurationDetails
/tools/sdk/powershell/beta/models/tenant-configuration-details
SDK
Software Development Kit
TenantConfigurationDetails
BetaTenantConfigurationDetails

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-BetaTenantConfigurationDetails  -Disabled true
  • Convert the resource to JSON
$TenantConfigurationDetails | ConvertTo-JSON

[Back to top]