@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface AuthPublicKeyStatus

    interface AuthPublicKeyStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.AuthPublicKeyStatus";
        algorithm: string;
        fingerprint: string;
        keySize: number;
        state: AuthPublicKeyStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.AuthPublicKeyStatus"
    algorithm: string
    fingerprint: string
    keySize: number