Variable $MsgVpnAuthenticationOauthProvidersResponseConst

$MsgVpnAuthenticationOauthProvidersResponse: {
    properties: {
        data: {
            contains: {
                type: "MsgVpnAuthenticationOauthProvider";
            };
            type: "array";
        };
        links: {
            contains: {
                type: "MsgVpnAuthenticationOauthProviderLinks";
            };
            type: "array";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    };
} = ...

Type declaration

  • properties: {
        data: {
            contains: {
                type: "MsgVpnAuthenticationOauthProvider";
            };
            type: "array";
        };
        links: {
            contains: {
                type: "MsgVpnAuthenticationOauthProviderLinks";
            };
            type: "array";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    }
    • data: {
          contains: {
              type: "MsgVpnAuthenticationOauthProvider";
          };
          type: "array";
      }
      • contains: {
            type: "MsgVpnAuthenticationOauthProvider";
        }
        • type: "MsgVpnAuthenticationOauthProvider"
      • type: "array"
    • links: {
          contains: {
              type: "MsgVpnAuthenticationOauthProviderLinks";
          };
          type: "array";
      }
      • contains: {
            type: "MsgVpnAuthenticationOauthProviderLinks";
        }
        • type: "MsgVpnAuthenticationOauthProviderLinks"
      • type: "array"
    • meta: {
          isRequired: true;
          type: "SempMeta";
      }
      • isRequired: true
      • type: "SempMeta"