interface VpnClientStatusActiveRequest {
    agentId: string;
    companyId: string;
    controllerId: string;
    steps: VpnClientStatusActiveRequestStep[];
}

Properties

agentId: string
companyId: string
controllerId: string