DataAccessCategoriesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Value | String | Value of the category | [optional] |
| MatchCount | Int32 | Number of matched for each category | [optional] |
Examples
- Prepare the resource
$DataAccessCategoriesInner = Initialize-V2025DataAccessCategoriesInner -Value email-7 `
-MatchCount 10
- Convert the resource to JSON
$DataAccessCategoriesInner | ConvertTo-JSON