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

AccessSummaryAccess

Properties

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

Examples

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

[Back to top]