Skip to main content

Selector

Properties

NameTypeDescriptionNotes
ApplicationIdStringThe application id[optional]
AccountMatchConfigSelectorAccountMatchConfig[optional]

Examples

  • Prepare the resource
$Selector = Initialize-PSSailpoint.V2024Selector  -ApplicationId 2c91808874ff91550175097daaec161c" `
-AccountMatchConfig null
  • Convert the resource to JSON
$Selector | ConvertTo-JSON

[Back to top]