AboutUserMsgVpn: {
    accessLevel?: AboutUserMsgVpn.accessLevel;
    msgVpnName?: string;
}

Type declaration

  • Optional accessLevel?: AboutUserMsgVpn.accessLevel

    The Message VPN access level of the User. The allowed values and their meaning are:

    "none" - No access.
    "read-only" - Read only access.
    "read-write" - Read and write access.
    
  • Optional msgVpnName?: string

    The name of the Message VPN.