mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 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-data-access | DataAccess | DataAccess | DataAccess | powershellsdk |
|
/tools/sdk/powershell/v2024/models/data-access |
|
DataAccess
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Policies | []DataAccessPoliciesInner | List of classification policies that apply to resources the entitlement \ groups has access to | [optional] |
| Categories | []DataAccessCategoriesInner | List of classification categories that apply to resources the entitlement \ groups has access to | [optional] |
| ImpactScore | DataAccessImpactScore | [optional] |
Examples
- Prepare the resource
$DataAccess = Initialize-PSSailpoint.V2024DataAccess -Policies null `
-Categories null `
-ImpactScore null
- Convert the resource to JSON
$DataAccess | ConvertTo-JSON