Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/Selector.md
2025-04-01 09:23:12 -04:00

903 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-selector Selector Selector Selector powershellsdk
powershell
PowerShell
sdk
Selector
V2025Selector
/tools/sdk/powershell/v2025/models/selector
SDK
Software Development Kit
Selector
V2025Selector

Selector

Properties

Name Type Description Notes
ApplicationId String The application id [optional]
AccountMatchConfig SelectorAccountMatchConfig [optional]

Examples

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

[Back to top]