Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/SelectorAccountMatchConfig.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

985 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
selector-account-match-config SelectorAccountMatchConfig SelectorAccountMatchConfig SelectorAccountMatchConfig powershellsdk
powershell
PowerShell
sdk
SelectorAccountMatchConfig
/tools/sdk/powershell/beta/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.BetaSelectorAccountMatchConfig  -MatchExpression null
  • Convert the resource to JSON
$SelectorAccountMatchConfig | ConvertTo-JSON

[Back to top]