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

    Interface GetStaticKeyByNameRequest

    interface GetStaticKeyByNameRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.GetStaticKeyByNameRequest";
        name: string;
        parentId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.GetStaticKeyByNameRequest"
    name: string

    name of the static key

    parentId: string

    id of the parent container (service account)