Skip to main content

CompletedapprovalRequestedFor

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]Type of the object to which this reference applies[optional]
IdStringID of the object to which this reference applies[optional]
NameStringHuman-readable display name of the object to which this reference applies[optional]

Examples

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

[Back to top]