@urixen/ptero-connect
    Preparing search index...

    Type Alias CreatedAPIKey

    type CreatedAPIKey = {
        attributes: {
            allowed_ips: string[];
            created_at: string;
            description: string;
            identifier: string;
            last_used_at: string | null;
        };
        meta: { secret_token: string };
        object: string;
    }
    Index

    Properties

    attributes: {
        allowed_ips: string[];
        created_at: string;
        description: string;
        identifier: string;
        last_used_at: string | null;
    }
    meta: { secret_token: string }
    object: string