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

[Back to top]