Skip to main content

RolePropagationConfigInput

Properties

NameTypeDescriptionNotes
EnabledBooleanIndicates 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

[Back to top]