Skip to main content

ApprovalApprovalCriteriaApproval

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 approve[optional]
ValueInt64The value that needs to be met for the approval criteria[optional]

Examples

  • Prepare the resource
$ApprovalApprovalCriteriaApproval = Initialize-V2025ApprovalApprovalCriteriaApproval  -CalculationType COUNT `
-Value 70
  • Convert the resource to JSON
$ApprovalApprovalCriteriaApproval | ConvertTo-JSON

[Back to top]