Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/AccessSummaryAccess.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-access AccessSummaryAccess AccessSummaryAccess AccessSummaryAccess powershellsdk
powershell
PowerShell
sdk
AccessSummaryAccess
V2025AccessSummaryAccess
/tools/sdk/powershell/v2025/models/access-summary-access
SDK
Software Development Kit
AccessSummaryAccess
V2025AccessSummaryAccess

AccessSummaryAccess

Properties

Name Type Description Notes
Type DtoType [optional]
Id String The ID of the item being certified [optional]
Name String The name of the item being certified [optional]

Examples

  • Prepare the resource
$AccessSummaryAccess = Initialize-PSSailpoint.V2025AccessSummaryAccess  -Type null `
 -Id 2c9180867160846801719932c5153fb7 `
 -Name Entitlement for Company Database
  • Convert the resource to JSON
$AccessSummaryAccess | ConvertTo-JSON

[Back to top]