Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/DataAccess.md
2025-05-07 14:37:48 +00:00

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
v2025-data-access DataAccess DataAccess DataAccess powershellsdk
powershell
PowerShell
sdk
DataAccess
V2025DataAccess
/tools/sdk/powershell/v2025/models/data-access
SDK
Software Development Kit
DataAccess
V2025DataAccess

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-V2025DataAccess  -Policies null `
 -Categories null `
 -ImpactScore null
  • Convert the resource to JSON
$DataAccess | ConvertTo-JSON

[Back to top]