mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-tenant-configuration-details | TenantConfigurationDetails | TenantConfigurationDetails | TenantConfigurationDetails | powershellsdk |
|
/tools/sdk/powershell/v2025/models/tenant-configuration-details |
|
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-V2025TenantConfigurationDetails -Disabled true
- Convert the resource to JSON
$TenantConfigurationDetails | ConvertTo-JSON