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

    Interface RestrictedKeyCreatedView

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

    Properties

    id?: string
    expires_at_ms?: number | null
    key_secret?: string
    name?: string