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

    Interface Account

    interface Account {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.Account";
        type?:
            | { $case: "userAccount"; userAccount: Account_UserAccount }
            | { $case: "serviceAccount"; serviceAccount: Account_ServiceAccount }
            | {
                $case: "anonymousAccount";
                anonymousAccount: Account_AnonymousAccount;
            };
        [key: symbol]: Uint8Array<ArrayBufferLike>
        | (() => unknown)
        | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v1.Account"
    type?:
        | { $case: "userAccount"; userAccount: Account_UserAccount }
        | { $case: "serviceAccount"; serviceAccount: Account_ServiceAccount }
        | { $case: "anonymousAccount"; anonymousAccount: Account_AnonymousAccount }