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

    Interface UpdateTenantRequest

    interface UpdateTenantRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v2.UpdateTenantRequest";
        metadata?: ResourceMetadata;
        namePrefix: string;
        spec?: TenantSpec;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v2.UpdateTenantRequest"
    metadata?: ResourceMetadata
    namePrefix: string

    Tenant name prefix. A few random characters will be added to this prefix.

    spec?: TenantSpec