Skip to main content

RolelistfilterdtoAmmKeyValuesInner

Properties

NameTypeDescriptionNotes
AttributeStringattribute key of a metadata.[optional]
Values[]StringA 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-RolelistfilterdtoAmmKeyValuesInner  -Attribute iscFederalClassifications `
-Values ["secret"]
  • Convert the resource to JSON
$RolelistfilterdtoAmmKeyValuesInner | ConvertTo-JSON

[Back to top]