BrokerLinks: {
    aboutUri?: string;
    certAuthoritiesUri?: string;
    clientCertAuthoritiesUri?: string;
    dmrClustersUri?: string;
    domainCertAuthoritiesUri?: string;
    msgVpnsUri?: string;
    oauthProfilesUri?: string;
    systemInformationUri?: string;
    uri?: string;
    virtualHostnamesUri?: string;
}

Type declaration

  • Optional aboutUri?: string

    The URI of this Broker's About object.

  • Optional certAuthoritiesUri?: string

    The URI of this Broker's collection of Certificate Authority objects. Deprecated since 2.19. Replaced by clientCertAuthorities and domainCertAuthorities.

  • Optional clientCertAuthoritiesUri?: string

    The URI of this Broker's collection of Client Certificate Authority objects. Available since 2.19.

  • Optional dmrClustersUri?: string

    The URI of this Broker's collection of Cluster objects. Available since 2.11.

  • Optional domainCertAuthoritiesUri?: string

    The URI of this Broker's collection of Domain Certificate Authority objects. Available since 2.19.

  • Optional msgVpnsUri?: string

    The URI of this Broker's collection of Message VPN objects. Available since 2.0.

  • Optional oauthProfilesUri?: string

    The URI of this Broker's collection of OAuth Profile objects. Available since 2.24.

  • Optional systemInformationUri?: string

    The URI of this Broker's System Information object. Deprecated since 2.2. /systemInformation was replaced by /about/api.

  • Optional uri?: string

    The URI of this Broker object.

  • Optional virtualHostnamesUri?: string

    The URI of this Broker's collection of Virtual Hostname objects. Available since 2.17.