Skip to main content

Accessitemapproverdto

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]DTO type of identity who approved the access item request.[optional]
IdStringID of identity who approved the access item request.[optional]
NameStringHuman-readable display name of identity who approved the access item request.[optional]

Examples

  • Prepare the resource
$Accessitemapproverdto = Initialize-Accessitemapproverdto  -Type IDENTITY `
-Id 2c3780a46faadee4016fb4e018c20652 `
-Name Allen Albertson
  • Convert the resource to JSON
$Accessitemapproverdto | ConvertTo-JSON

[Back to top]