Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,12 +16,12 @@ tags: ['SDK', 'Software Development Kit', 'MatchTerm', 'BetaMatchTerm']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | Pointer to **String** | The attribute name | [optional]
**Value** | Pointer to **String** | The attribute value | [optional]
**Op** | Pointer to **String** | The operator between name and value | [optional]
**Container** | Pointer to **Boolean** | If it is a container or a real match term | [optional] [default to $false]
**And** | Pointer to **Boolean** | If it is AND logical operator for the children match terms | [optional] [default to $false]
**Children** | Pointer to [**[]System.Collections.Hashtable**]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | The children under this match term | [optional]
**Name** | **String** | The attribute name | [optional]
**Value** | **String** | The attribute value | [optional]
**Op** | **String** | The operator between name and value | [optional]
**Container** | **Boolean** | If it is a container or a real match term | [optional] [default to $false]
**And** | **Boolean** | If it is AND logical operator for the children match terms | [optional] [default to $false]
**Children** | [**[]System.Collections.Hashtable**]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | The children under this match term | [optional]
## Examples