mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.8 KiB
1.8 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-machine-classification-criteria-level2 | MachineClassificationCriteriaLevel2 | MachineClassificationCriteriaLevel2 | MachineClassificationCriteriaLevel2 | powershellsdk |
|
/tools/sdk/powershell/v2024/models/machine-classification-criteria-level2 |
|
MachineClassificationCriteriaLevel2
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Operation | MachineClassificationCriteriaOperation | [optional] | |
| CaseSensitive | Boolean | Indicates whether case matters when evaluating the criteria | [optional] [default to $false] |
| DataType | String | The data type of the attribute being evaluated | [optional] |
| Attribute | String | The attribute to evaluate in the classification criteria | [optional] |
| Value | String | The value to compare against the attribute in the classification criteria | [optional] |
| Children | []MachineClassificationCriteriaLevel3 | An array of child classification criteria objects | [optional] |
Examples
- Prepare the resource
$MachineClassificationCriteriaLevel2 = Initialize-V2024MachineClassificationCriteriaLevel2 -Operation null `
-CaseSensitive false `
-DataType null `
-Attribute employeeType `
-Value SERVICE `
-Children null
- Convert the resource to JSON
$MachineClassificationCriteriaLevel2 | ConvertTo-JSON