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]