Skip to main content

Rolelistfilterdto

Properties

NameTypeDescriptionNotes
FiltersStringFilter results using the standard syntax described in V3 API Standard Collection Parameters Filtering is supported for the following fields and operators: id: eq, in name: eq, sw created: gt, lt, ge, le modified: gt, lt, ge, le owner.id: eq, in requestable: eq[optional]
AmmKeyValues[]RolelistfilterdtoAmmKeyValuesInner[optional]

Examples

  • Prepare the resource
$Rolelistfilterdto = Initialize-Rolelistfilterdto  -Filters dimensional eq false `
-AmmKeyValues [{"attribute":"iscFederalClassifications","values":["secret"]}]
  • Convert the resource to JSON
$Rolelistfilterdto | ConvertTo-JSON

[Back to top]