Parameters for the replaceCurrentTenant operation.

interface ReplaceCurrentTenantParams {
    headers?: OutgoingHttpHeaders;
    name: string;
    signal?: AbortSignal;
}

Hierarchy (view full)

Properties

Properties

headers?: OutgoingHttpHeaders
name: string

Tenant name to replace. Currently, only the tenant name can be replaced.

signal?: AbortSignal