Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/DataAccess.md
2025-02-03 22:09:17 +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
v2024-data-access DataAccess DataAccess DataAccess powershellsdk
powershell
PowerShell
sdk
DataAccess
V2024DataAccess
/tools/sdk/powershell/v2024/models/data-access
SDK
Software Development Kit
DataAccess
V2024DataAccess

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

[Back to top]