nylas
    Preparing search index...

    Interface UpdatePolicyRequest

    Interface representing a request to update a Nylas Agent Account policy.

    interface UpdatePolicyRequest {
        limits?: PolicyLimits;
        name?: string;
        options?: PolicyOptions;
        rules?: string[];
        spamDetection?: PolicySpamDetection;
    }
    Index

    Properties

    limits?: PolicyLimits

    Operational limits enforced for inboxes that use this policy.

    name?: string

    Human-readable name for the policy.

    options?: PolicyOptions

    Miscellaneous options for inboxes that use this policy.

    rules?: string[]

    Rule IDs to link to this policy for inbound processing.

    spamDetection?: PolicySpamDetection

    Spam detection configuration for inboxes that use this policy.