Skip to main content

Approval2ApprovalCriteriaRejection

Properties

NameTypeDescriptionNotes
CalculationTypeEnum [ "COUNT", "PERCENT" ]This defines what the field ""value"" will be used as, either a count or percentage of the total approvers that need to reject[optional]
ValueInt64The value that needs to be met for the rejection criteria[optional]

Examples

  • Prepare the resource
$Approval2ApprovalCriteriaRejection = Initialize-Approval2ApprovalCriteriaRejection  -CalculationType COUNT `
-Value 30
  • Convert the resource to JSON
$Approval2ApprovalCriteriaRejection | ConvertTo-JSON

[Back to top]