Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface PatchAgentRequestParameters

    {}
    
    interface PatchAgentRequestParameters {
        name?: string;
        metadata?: Record<string, unknown> | null;
    }
    Index
    name?: string

    The agent name. Cannot contain <, >, or null bytes.

    metadata?: Record<string, unknown> | null

    Arbitrary key-value metadata for the agent. Pass null to clear all metadata.