MsgVpnClientUsernameAttribute: {
    attributeName?: string;
    attributeValue?: string;
    clientUsername?: string;
    msgVpnName?: string;
}

Type declaration

  • Optional attributeName?: string

    The name of the Attribute.

  • Optional attributeValue?: string

    The value of the Attribute.

  • Optional clientUsername?: string

    The name of the Client Username.

  • Optional msgVpnName?: string

    The name of the Message VPN.