Skip to main content

MachineClassificationCriteriaLevel3

Properties

NameTypeDescriptionNotes
OperationMachineClassificationCriteriaOperation[optional]
CaseSensitiveBooleanIndicates whether or not case matters when evaluating the criteria[optional] [default to $false]
DataTypeStringThe data type of the attribute being evaluated[optional]
AttributeStringThe attribute to evaluate in the classification criteria[optional]
ValueStringThe value to compare against the attribute in the classification criteria[optional]
Children[]StringAn array of child classification criteria objects[optional]

Examples

  • Prepare the resource
$MachineClassificationCriteriaLevel3 = Initialize-V2025MachineClassificationCriteriaLevel3  -Operation null `
-CaseSensitive false `
-DataType This is the first level of classification criteria `
-Attribute sAMAccountName `
-Value SVC `
-Children null
  • Convert the resource to JSON
$MachineClassificationCriteriaLevel3 | ConvertTo-JSON

[Back to top]