mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: beta-selector-account-match-config-match-expression
|
||||
title: SelectorAccountMatchConfigMatchExpression
|
||||
pagination_label: SelectorAccountMatchConfigMatchExpression
|
||||
sidebar_label: SelectorAccountMatchConfigMatchExpression
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'SelectorAccountMatchConfigMatchExpression', 'BetaSelectorAccountMatchConfigMatchExpression']
|
||||
slug: /tools/sdk/powershell/beta/models/selector-account-match-config-match-expression
|
||||
tags: ['SDK', 'Software Development Kit', 'SelectorAccountMatchConfigMatchExpression', 'BetaSelectorAccountMatchConfigMatchExpression']
|
||||
---
|
||||
|
||||
|
||||
# SelectorAccountMatchConfigMatchExpression
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**MatchTerms** | Pointer to [**[]MatchTerm**](match-term) | | [optional]
|
||||
**And** | Pointer to **Boolean** | If it is AND operators for match terms | [optional] [default to $true]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$SelectorAccountMatchConfigMatchExpression = Initialize-PSSailpoint.BetaSelectorAccountMatchConfigMatchExpression -MatchTerms [{name=, value=, op=null, container=true, and=false, children=[{name=businessCategory, value=Service, op=eq, container=false, and=false, children=null}]}] `
|
||||
-And true
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$SelectorAccountMatchConfigMatchExpression | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user