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