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-PSSailpoint.V2024AccessSummaryAccess  -Type null `
-Id 2c9180867160846801719932c5153fb7 `
-Name Entitlement for Company Database
  • Convert the resource to JSON
$AccessSummaryAccess | ConvertTo-JSON

[Back to top]