Skip to main content

Requestedfordtoref

Properties

NameTypeDescriptionNotes
IdentityIdStringThe identity id for which the access is requested[required]
RequestedItems[]Requesteditemdtorefthe details for the access items that are requested for the identity[required]

Examples

  • Prepare the resource
$Requestedfordtoref = Initialize-Requestedfordtoref  -IdentityId cb89bc2f1ee6445fbea12224c526ba3a `
-RequestedItems null
  • Convert the resource to JSON
$Requestedfordtoref | ConvertTo-JSON

[Back to top]