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

    Interface ServiceAccountAttributes

    see also nebius/iam/v1/tenant_user_account.proto/UserAttributes

    interface ServiceAccountAttributes {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v1.ServiceAccountAttributes";
        description: string;
        name: 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.ServiceAccountAttributes"
    description: string
    name: string