Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/AccessSummary.md
2025-04-01 09:23:12 -04:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-access-summary AccessSummary AccessSummary AccessSummary powershellsdk
powershell
PowerShell
sdk
AccessSummary
V2025AccessSummary
/tools/sdk/powershell/v2025/models/access-summary
SDK
Software Development Kit
AccessSummary
V2025AccessSummary

AccessSummary

Properties

Name Type Description Notes
Access AccessSummaryAccess [optional]
Entitlement ReviewableEntitlement [optional]
AccessProfile ReviewableAccessProfile [optional]
Role ReviewableRole [optional]

Examples

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

[Back to top]