Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/v2024/Models/SelectorAccountMatchConfig.md
2025-01-28 09:59:02 -05:00

993 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
v2024-selector-account-match-config SelectorAccountMatchConfig SelectorAccountMatchConfig SelectorAccountMatchConfig powershellsdk
powershell
PowerShell
sdk
SelectorAccountMatchConfig
/tools/sdk/powershell/v2024/models/selector-account-match-config
SDK
Software Development Kit
SelectorAccountMatchConfig

SelectorAccountMatchConfig

Properties

Name Type Description Notes
MatchExpression Pointer to SelectorAccountMatchConfigMatchExpression [optional]

Examples

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

[Back to top]