Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/ApprovalApprovalCriteriaRejection.md
2025-07-30 20:42:10 +00:00

1.3 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
v2025-approval-approval-criteria-rejection ApprovalApprovalCriteriaRejection ApprovalApprovalCriteriaRejection ApprovalApprovalCriteriaRejection powershellsdk
powershell
PowerShell
sdk
ApprovalApprovalCriteriaRejection
V2025ApprovalApprovalCriteriaRejection
/tools/sdk/powershell/v2025/models/approval-approval-criteria-rejection
SDK
Software Development Kit
ApprovalApprovalCriteriaRejection
V2025ApprovalApprovalCriteriaRejection

ApprovalApprovalCriteriaRejection

Properties

Name Type Description Notes
CalculationType Enum [ "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]
Value Int64 The value that needs to be met for the rejection criteria [optional]

Examples

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

[Back to top]