mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.1 KiB
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 |
|
/tools/sdk/powershell/v2025/models/access-summary-access |
|
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