Skip to main content

DataAccess

Properties

NameTypeDescriptionNotes
Policies[]DataAccessPoliciesInnerList of classification policies that apply to resources the entitlement \ groups has access to[optional]
Categories[]DataAccessCategoriesInnerList of classification categories that apply to resources the entitlement \ groups has access to[optional]
ImpactScoreDataAccessImpactScore[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]