Interface RestResponseDelegatedKeyEntry

One authorized delegated key as returned by the public API.

interface RestResponseDelegatedKeyEntry {
    name?: string;
}

Properties

Properties

name?: string

Optional client label; when present, at most 64 characters.