mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
985 B
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 |
|
/tools/sdk/powershell/beta/models/selector-account-match-config |
|
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