mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| access-summary | AccessSummary | AccessSummary | AccessSummary | powershellsdk |
|
/tools/sdk/powershell/v3/models/access-summary |
|
AccessSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Access | AccessSummaryAccess | [optional] | |
| Entitlement | ReviewableEntitlement | [optional] | |
| AccessProfile | ReviewableAccessProfile | [optional] | |
| Role | ReviewableRole | [optional] |
Examples
- Prepare the resource
$AccessSummary = Initialize-PSSailpoint.V3AccessSummary -Access null `
-Entitlement null `
-AccessProfile null `
-Role null
- Convert the resource to JSON
$AccessSummary | ConvertTo-JSON