Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/DataAccess.md
2025-01-28 13:29:29 -05: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
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 Pointer to []DataAccessPoliciesInner List of classification policies that apply to resources the entitlement \ groups has access to [optional]
Categories Pointer to []DataAccessCategoriesInner List of classification categories that apply to resources the entitlement \ groups has access to [optional]
ImpactScore Pointer to DataAccessImpactScore [optional]

Examples

  • Prepare the resource
$DataAccess = Initialize-PSSailpoint.V3DataAccess  -Policies null `
 -Categories null `
 -ImpactScore null
  • Convert the resource to JSON
$DataAccess | ConvertTo-JSON

[Back to top]