nylas
    Preparing search index...

    Interface CreateAgentAccountSettings

    Interface representing settings to create a Nylas Agent Account grant.

    interface CreateAgentAccountSettings {
        appPassword?: string;
        email: string;
        policyId?: string;
    }
    Index

    Properties

    appPassword?: string

    Password for IMAP and SMTP-submission access.

    email: string

    The Agent Account email address.

    policyId?: string

    A policy to apply to this grant.