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