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

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.V3AccessSummaryAccess  -Type null `
 -Id 2c9180867160846801719932c5153fb7 `
 -Name Entitlement for Company Database
  • Convert the resource to JSON
$AccessSummaryAccess | ConvertTo-JSON

[Back to top]