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-PSSailpoint.V2024RoleListFilterDTOAmmKeyValuesInner  -Attribute iscFederalClassifications `
-Values [secret]
  • Convert the resource to JSON
$RoleListFilterDTOAmmKeyValuesInner | ConvertTo-JSON

[Back to top]