Skip to main content

IdentitywithnewaccessAccessRefsInner

Properties

NameTypeDescriptionNotes
TypeEnum [ "ENTITLEMENT" ]Entitlement's DTO type.[optional]
IdStringEntitlement's ID.[optional]

Examples

  • Prepare the resource
$IdentitywithnewaccessAccessRefsInner = Initialize-IdentitywithnewaccessAccessRefsInner  -Type ENTITLEMENT `
-Id 2c91809773dee32014e13e122092014e
  • Convert the resource to JSON
$IdentitywithnewaccessAccessRefsInner | ConvertTo-JSON

[Back to top]