Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/AccessSummary.md
2025-01-28 13:29:29 -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
access-summary AccessSummary AccessSummary AccessSummary powershellsdk
powershell
PowerShell
sdk
AccessSummary
AccessSummary
/tools/sdk/powershell/v3/models/access-summary
SDK
Software Development Kit
AccessSummary
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.V3AccessSummary  -Access null `
 -Entitlement null `
 -AccessProfile null `
 -Role null
  • Convert the resource to JSON
$AccessSummary | ConvertTo-JSON

[Back to top]