Skip to main content

RolePropagationOngoingResponse

Properties

NameTypeDescriptionNotes
IsRunningBooleanIndicates if the role propagation process is currently running on the tenant[optional] [default to $false]
RolePropagationDetailsRolePropagationOngoingResponseRolePropagationDetails[optional]

Examples

  • Prepare the resource
$RolePropagationOngoingResponse = Initialize-RolePropagationOngoingResponse  -IsRunning true `
-RolePropagationDetails null
  • Convert the resource to JSON
$RolePropagationOngoingResponse | ConvertTo-JSON

[Back to top]