Skip to main content

RolePropagationStatusResponseTerminatedBy

Properties

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

Examples

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

[Back to top]