Skip to main content

Accessitemrequestedfor

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]DTO type of identity the access item is requested for.[optional]
IdStringID of identity the access item is requested for.[optional]
NameStringHuman-readable display name of identity the access item is requested for.[optional]

Examples

  • Prepare the resource
$Accessitemrequestedfor = Initialize-Accessitemrequestedfor  -Type IDENTITY `
-Id 2c4180a46faadee4016fb4e018c20626 `
-Name Robert Robinson
  • Convert the resource to JSON
$Accessitemrequestedfor | ConvertTo-JSON

[Back to top]