$BrokerLinks: {
    properties: {
        aboutUri: {
            description: "The URI of this Broker's About object.";
            type: "string";
        };
        certAuthoritiesUri: {
            description: "The URI of this Broker's collection of Certificate Authority objects. Deprecated since 2.19. Replaced by clientCertAuthorities and domainCertAuthorities.";
            type: "string";
        };
        clientCertAuthoritiesUri: {
            description: "The URI of this Broker's collection of Client Certificate Authority objects. Available since 2.19.";
            type: "string";
        };
        dmrClustersUri: {
            description: "The URI of this Broker's collection of Cluster objects. Available since 2.11.";
            type: "string";
        };
        domainCertAuthoritiesUri: {
            description: "The URI of this Broker's collection of Domain Certificate Authority objects. Available since 2.19.";
            type: "string";
        };
        msgVpnsUri: {
            description: "The URI of this Broker's collection of Message VPN objects. Available since 2.0.";
            type: "string";
        };
        oauthProfilesUri: {
            description: "The URI of this Broker's collection of OAuth Profile objects. Available since 2.24.";
            type: "string";
        };
        systemInformationUri: {
            description: "The URI of this Broker's System Information object. Deprecated since 2.2. /systemInformation was replaced by /about/api.";
            type: "string";
        };
        uri: {
            description: "The URI of this Broker object.";
            type: "string";
        };
        virtualHostnamesUri: {
            description: "The URI of this Broker's collection of Virtual Hostname objects. Available since 2.17.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        aboutUri: {
            description: "The URI of this Broker's About object.";
            type: "string";
        };
        certAuthoritiesUri: {
            description: "The URI of this Broker's collection of Certificate Authority objects. Deprecated since 2.19. Replaced by clientCertAuthorities and domainCertAuthorities.";
            type: "string";
        };
        clientCertAuthoritiesUri: {
            description: "The URI of this Broker's collection of Client Certificate Authority objects. Available since 2.19.";
            type: "string";
        };
        dmrClustersUri: {
            description: "The URI of this Broker's collection of Cluster objects. Available since 2.11.";
            type: "string";
        };
        domainCertAuthoritiesUri: {
            description: "The URI of this Broker's collection of Domain Certificate Authority objects. Available since 2.19.";
            type: "string";
        };
        msgVpnsUri: {
            description: "The URI of this Broker's collection of Message VPN objects. Available since 2.0.";
            type: "string";
        };
        oauthProfilesUri: {
            description: "The URI of this Broker's collection of OAuth Profile objects. Available since 2.24.";
            type: "string";
        };
        systemInformationUri: {
            description: "The URI of this Broker's System Information object. Deprecated since 2.2. /systemInformation was replaced by /about/api.";
            type: "string";
        };
        uri: {
            description: "The URI of this Broker object.";
            type: "string";
        };
        virtualHostnamesUri: {
            description: "The URI of this Broker's collection of Virtual Hostname objects. Available since 2.17.";
            type: "string";
        };
    }
    • aboutUri: {
          description: "The URI of this Broker's About object.";
          type: "string";
      }
      • description: "The URI of this Broker's About object."
      • type: "string"
    • certAuthoritiesUri: {
          description: "The URI of this Broker's collection of Certificate Authority objects. Deprecated since 2.19. Replaced by clientCertAuthorities and domainCertAuthorities.";
          type: "string";
      }
      • description: "The URI of this Broker's collection of Certificate Authority objects. Deprecated since 2.19. Replaced by clientCertAuthorities and domainCertAuthorities."
      • type: "string"
    • clientCertAuthoritiesUri: {
          description: "The URI of this Broker's collection of Client Certificate Authority objects. Available since 2.19.";
          type: "string";
      }
      • description: "The URI of this Broker's collection of Client Certificate Authority objects. Available since 2.19."
      • type: "string"
    • dmrClustersUri: {
          description: "The URI of this Broker's collection of Cluster objects. Available since 2.11.";
          type: "string";
      }
      • description: "The URI of this Broker's collection of Cluster objects. Available since 2.11."
      • type: "string"
    • domainCertAuthoritiesUri: {
          description: "The URI of this Broker's collection of Domain Certificate Authority objects. Available since 2.19.";
          type: "string";
      }
      • description: "The URI of this Broker's collection of Domain Certificate Authority objects. Available since 2.19."
      • type: "string"
    • msgVpnsUri: {
          description: "The URI of this Broker's collection of Message VPN objects. Available since 2.0.";
          type: "string";
      }
      • description: "The URI of this Broker's collection of Message VPN objects. Available since 2.0."
      • type: "string"
    • oauthProfilesUri: {
          description: "The URI of this Broker's collection of OAuth Profile objects. Available since 2.24.";
          type: "string";
      }
      • description: "The URI of this Broker's collection of OAuth Profile objects. Available since 2.24."
      • type: "string"
    • systemInformationUri: {
          description: "The URI of this Broker's System Information object. Deprecated since 2.2. /systemInformation was replaced by /about/api.";
          type: "string";
      }
      • description: "The URI of this Broker's System Information object. Deprecated since 2.2. /systemInformation was replaced by /about/api."
      • type: "string"
    • uri: {
          description: "The URI of this Broker object.";
          type: "string";
      }
      • description: "The URI of this Broker object."
      • type: "string"
    • virtualHostnamesUri: {
          description: "The URI of this Broker's collection of Virtual Hostname objects. Available since 2.17.";
          type: "string";
      }
      • description: "The URI of this Broker's collection of Virtual Hostname objects. Available since 2.17."
      • type: "string"