Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/TenantConfigurationDetails.md
2025-02-03 22:09:17 +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
v2024-tenant-configuration-details TenantConfigurationDetails TenantConfigurationDetails TenantConfigurationDetails powershellsdk
powershell
PowerShell
sdk
TenantConfigurationDetails
V2024TenantConfigurationDetails
/tools/sdk/powershell/v2024/models/tenant-configuration-details
SDK
Software Development Kit
TenantConfigurationDetails
V2024TenantConfigurationDetails

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

[Back to top]