Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/v2024/Models/TenantConfigurationDetails.md
2025-01-27 16:01:17 -05:00

1.0 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
tenant-configuration-details TenantConfigurationDetails TenantConfigurationDetails TenantConfigurationDetails powershellsdk
powershell
PowerShell
sdk
TenantConfigurationDetails
/tools/sdk/powershell/v2024/models/tenant-configuration-details
SDK
Software Development Kit
TenantConfigurationDetails

TenantConfigurationDetails

Properties

Name Type Description Notes
Disabled Pointer to 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]