RoleListFilterDTOAmmKeyValuesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Attribute | String | attribute key of a metadata. | [optional] |
| Values | []String | A list of attribute key names to filter roles. If the values is empty, will only filter by attribute key. | [optional] |
Examples
- Prepare the resource
$RoleListFilterDTOAmmKeyValuesInner = Initialize-V2024RoleListFilterDTOAmmKeyValuesInner -Attribute iscFederalClassifications `
-Values [secret]
- Convert the resource to JSON
$RoleListFilterDTOAmmKeyValuesInner | ConvertTo-JSON