Skip to main content

RolePropagationStatusResponseLaunchedBy

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]DTO type of the identity who launched the Role Propagation process.[optional]
IdStringID of the identity who launched the Role Propagation process.[optional]
NameStringName of the identity who launched the Role Propagation process.[optional]

Examples

  • Prepare the resource
$RolePropagationStatusResponseLaunchedBy = Initialize-RolePropagationStatusResponseLaunchedBy  -Type IDENTITY `
-Id 2c7180a46faadee4016fb4e018c20648 `
-Name William Wilson
  • Convert the resource to JSON
$RolePropagationStatusResponseLaunchedBy | ConvertTo-JSON

[Back to top]