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-PSSailpoint.V2024RoleListFilterDTO  -Filters dimensional eq false `
-AmmKeyValues [{attribute=iscFederalClassifications, values=[secret]}]
  • Convert the resource to JSON
$RoleListFilterDTO | ConvertTo-JSON

[Back to top]