Variable $MsgVpnBridgeTlsTrustedCommonNamesResponseConst 
 
$MsgVpnBridgeTlsTrustedCommonNamesResponse: { 
    properties: { 
        data: { 
            contains: { 
                type: "MsgVpnBridgeTlsTrustedCommonName"; 
            }; 
            type: "array"; 
        }; 
        links: { 
            contains: { 
                type: "MsgVpnBridgeTlsTrustedCommonNameLinks"; 
            }; 
            type: "array"; 
        }; 
        meta: { 
            isRequired: true; 
            type: "SempMeta"; 
        }; 
    }; 
} = ...
Type declaration
- 
properties: { 
 data: {
 contains: {
 type: "MsgVpnBridgeTlsTrustedCommonName";
 };
 type: "array";
 };
 links: {
 contains: {
 type: "MsgVpnBridgeTlsTrustedCommonNameLinks";
 };
 type: "array";
 };
 meta: {
 isRequired: true;
 type: "SempMeta";
 };
 }
- 
data: { 
 contains: {
 type: "MsgVpnBridgeTlsTrustedCommonName";
 };
 type: "array";
 }
- 
contains: { 
 type: "MsgVpnBridgeTlsTrustedCommonName";
 }
- 
type: "MsgVpnBridgeTlsTrustedCommonName"
 
- 
type: "array"
 
- 
links: { 
 contains: {
 type: "MsgVpnBridgeTlsTrustedCommonNameLinks";
 };
 type: "array";
 }
- 
contains: { 
 type: "MsgVpnBridgeTlsTrustedCommonNameLinks";
 }
- 
type: "MsgVpnBridgeTlsTrustedCommonNameLinks"
 
- 
type: "array"
 
- 
meta: { 
 isRequired: true;
 type: "SempMeta";
 }
- 
isRequired: true
- 
type: "SempMeta"