Skip to main content

SelectorAccountMatchConfig

Properties

NameTypeDescriptionNotes
MatchExpressionSelectorAccountMatchConfigMatchExpression[optional]

Examples

  • Prepare the resource
$SelectorAccountMatchConfig = Initialize-PSSailpoint.V2024SelectorAccountMatchConfig  -MatchExpression null
  • Convert the resource to JSON
$SelectorAccountMatchConfig | ConvertTo-JSON

[Back to top]