Skip to main content

AccesssummaryAccess

Properties

NameTypeDescriptionNotes
TypeDtotype[optional]
IdStringThe ID of the item being certified[optional]
NameStringThe name of the item being certified[optional]

Examples

  • Prepare the resource
$AccesssummaryAccess = Initialize-AccesssummaryAccess  -Type null `
-Id 2c9180867160846801719932c5153fb7 `
-Name Entitlement for Company Database
  • Convert the resource to JSON
$AccesssummaryAccess | ConvertTo-JSON

[Back to top]