nylas
    Preparing search index...

    Interface UpdateGrantRequest

    Interface representing a request to update a grant.

    interface UpdateGrantRequest {
        scope?: string[];
        settings?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    scope?: string[]

    List of integration scopes for the grant.

    settings?: Record<string, unknown>

    Settings required by provider.