MsgVpnRestDeliveryPointRestConsumerLinks: {
    oauthJwtClaimsUri?: string;
    tlsTrustedCommonNamesUri?: string;
    uri?: string;
}

Type declaration

  • Optional oauthJwtClaimsUri?: string

    The URI of this REST Consumer's collection of Claim objects. Available since 2.21.

  • Optional tlsTrustedCommonNamesUri?: string

    The URI of this REST Consumer's collection of Trusted Common Name objects. Deprecated since (will be deprecated in next SEMP version). Common Name validation has been replaced by Server Certificate Name validation.

  • Optional uri?: string

    The URI of this REST Consumer object.