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
status?: "disabled"