export declare class IntegrationAzureSSOForm {
    Tenant_Id: number;
    Integration_Id: number;
    Name: string;
    InfraIntegrationDesc: string;
    Is_Active: boolean;
    KeyClientId: string;
    ValueClientId: string;
    KeyTenantId: string;
    ValueTenantId: string;
}
