Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SelectorAccountMatchConfig.md
2025-05-07 14:37:48 +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
beta-selector-account-match-config SelectorAccountMatchConfig SelectorAccountMatchConfig SelectorAccountMatchConfig powershellsdk
powershell
PowerShell
sdk
SelectorAccountMatchConfig
BetaSelectorAccountMatchConfig
/tools/sdk/powershell/beta/models/selector-account-match-config
SDK
Software Development Kit
SelectorAccountMatchConfig
BetaSelectorAccountMatchConfig

SelectorAccountMatchConfig

Properties

Name Type Description Notes
MatchExpression SelectorAccountMatchConfigMatchExpression [optional]

Examples

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

[Back to top]