cisco-vpn-rdp-connecter
Version:
Connect to Cisco AnyConnect VPN and open a Microsoft Remote Desktop (RDP) window
34 lines (33 loc) • 644 B
JavaScript
export const schema = {
vpn: {
type: 'object',
properties: {
server: {
type: 'string',
},
group: {
type: 'string',
},
groupName: {
type: 'string',
},
username: {
type: 'string',
},
password: {
type: 'string',
},
},
},
rdp: {
type: 'object',
properties: {
server: {
type: 'string',
},
},
},
onlyVpn: {
type: 'boolean',
},
};