$MsgVpnClientUsernameAttribute: {
    properties: {
        attributeName: {
            description: "The name of the Attribute.";
            type: "string";
        };
        attributeValue: {
            description: "The value of the Attribute.";
            type: "string";
        };
        clientUsername: {
            description: "The name of the Client Username.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        attributeName: {
            description: "The name of the Attribute.";
            type: "string";
        };
        attributeValue: {
            description: "The value of the Attribute.";
            type: "string";
        };
        clientUsername: {
            description: "The name of the Client Username.";
            type: "string";
        };
        msgVpnName: {
            description: "The name of the Message VPN.";
            type: "string";
        };
    }
    • attributeName: {
          description: "The name of the Attribute.";
          type: "string";
      }
      • description: "The name of the Attribute."
      • type: "string"
    • attributeValue: {
          description: "The value of the Attribute.";
          type: "string";
      }
      • description: "The value of the Attribute."
      • type: "string"
    • clientUsername: {
          description: "The name of the Client Username.";
          type: "string";
      }
      • description: "The name of the Client Username."
      • type: "string"
    • msgVpnName: {
          description: "The name of the Message VPN.";
          type: "string";
      }
      • description: "The name of the Message VPN."
      • type: "string"