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

[Back to top]