Skip to main content

AccessSummary

Properties

NameTypeDescriptionNotes
AccessAccessSummaryAccess[optional]
EntitlementReviewableEntitlement[optional]
AccessProfileReviewableAccessProfile[optional]
RoleReviewableRole[optional]

Examples

  • Prepare the resource
$AccessSummary = Initialize-PSSailpoint.V2024AccessSummary  -Access null `
-Entitlement null `
-AccessProfile null `
-Role null
  • Convert the resource to JSON
$AccessSummary | ConvertTo-JSON

[Back to top]