Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SelectorAccountMatchConfig.md
2025-02-03 22:09:17 +00:00

1.0 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-selector-account-match-config SelectorAccountMatchConfig SelectorAccountMatchConfig SelectorAccountMatchConfig powershellsdk
powershell
PowerShell
sdk
SelectorAccountMatchConfig
V2024SelectorAccountMatchConfig
/tools/sdk/powershell/v2024/models/selector-account-match-config
SDK
Software Development Kit
SelectorAccountMatchConfig
V2024SelectorAccountMatchConfig

SelectorAccountMatchConfig

Properties

Name Type Description Notes
MatchExpression SelectorAccountMatchConfigMatchExpression [optional]

Examples

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

[Back to top]