mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user