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

    Interface GetTenantByNameRequest

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

    Only empty value is allowed. Field is needed for compatibility. parent_id parameter for tenants doesn't make real sense, because tenants are top-level objects.