Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/v2024/Models/AccessSummary.md
2025-01-27 16:35:26 -05: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
v2024-access-summary AccessSummary AccessSummary AccessSummary powershellsdk
powershell
PowerShell
sdk
AccessSummary
/tools/sdk/powershell/v2024/models/access-summary
SDK
Software Development Kit
AccessSummary

AccessSummary

Properties

Name Type Description Notes
Access Pointer to AccessSummaryAccess [optional]
Entitlement Pointer to ReviewableEntitlement [optional]
AccessProfile Pointer to ReviewableAccessProfile [optional]
Role Pointer to ReviewableRole [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]