@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias ApprovalRuleConditionType

    type ApprovalRuleConditionType = {
        count?: number;
        groups?: unknown[];
        manual?: boolean;
        percent?: number;
        ruleType: ApprovalConditionRuleType;
        users?: unknown[];
    }
    Index

    Properties

    count?: number

    Required number of approvals (only for 'Count' rule_type)

    groups?: unknown[]

    List of groups whose members can approve/reject Will be empty if manual is true

    manual?: boolean

    Whether manual approval is required (no auto-approval)

    percent?: number

    Required percentage of approvals (only for 'Percent' rule_type)

    users?: unknown[]

    List of users who can approve/reject Will be empty if manual is true