RolePropagationOngoingResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IsRunning | Boolean | Indicates if the role propagation process is currently running on the tenant | [optional] [default to $false] |
| RolePropagationDetails | RolePropagationOngoingResponseRolePropagationDetails | [optional] |
Examples
- Prepare the resource
$RolePropagationOngoingResponse = Initialize-RolePropagationOngoingResponse -IsRunning true `
-RolePropagationDetails null
- Convert the resource to JSON
$RolePropagationOngoingResponse | ConvertTo-JSON