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

    Interface StaticKeySpec

    interface StaticKeySpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.StaticKeySpec";
        account?: Account;
        expiresAt?: Dayjs;
        service: StaticKeySpec_ClientService;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.StaticKeySpec"
    account?: Account

    account of the static key. only service accounts are supported for now

    expiresAt?: Dayjs

    when will the static key expire

    service static key is to be used for