Type Alias TenantDeactivateResponse

The result of tenant deactivation.

type TenantDeactivateResponse = {
    estimatedPurgeDate?: string;
    id?: string;
    status?: "disabled";
}
Index

Properties

estimatedPurgeDate?: string

The estimated date time of when tenant will be purged.

id?: string

The unique tenant identifier.

status?: "disabled"

The status of the tenant.