@runloop/api-client - v1.22.0
    Preparing search index...

    Interface RestrictedKeyCreateParameters

    interface RestrictedKeyCreateParameters {
        expires_at_ms?: number | null;
        name?: string;
        scopes?: Runloop.ScopeEntryView[];
    }
    Index

    Properties

    expires_at_ms?: number | null
    name?: string