mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-access-summary | AccessSummary | AccessSummary | AccessSummary | powershellsdk |
|
/tools/sdk/powershell/v2024/models/access-summary |
|
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.V2024AccessSummary -Access null `
-Entitlement null `
-AccessProfile null `
-Role null
- Convert the resource to JSON
$AccessSummary | ConvertTo-JSON