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

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

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

[Back to top]