RolePropagationConfigInput
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Enabled | Boolean | Indicates if the Role Change Propagation process should be enabled for the tenant | [optional] [default to $false] |
Examples
- Prepare the resource
$RolePropagationConfigInput = Initialize-RolePropagationConfigInput -Enabled true
- Convert the resource to JSON
$RolePropagationConfigInput | ConvertTo-JSON