MsgVpnAclProfileLinks: {
    clientConnectExceptionsUri?: string;
    publishExceptionsUri?: string;
    publishTopicExceptionsUri?: string;
    subscribeExceptionsUri?: string;
    subscribeShareNameExceptionsUri?: string;
    subscribeTopicExceptionsUri?: string;
    uri?: string;
}

Type declaration

  • Optional clientConnectExceptionsUri?: string

    The URI of this ACL Profile's collection of Client Connect Exception objects.

  • Optional publishExceptionsUri?: string

    The URI of this ACL Profile's collection of Publish Topic Exception objects. Deprecated since 2.14. Replaced by publishTopicExceptions.

  • Optional publishTopicExceptionsUri?: string

    The URI of this ACL Profile's collection of Publish Topic Exception objects. Available since 2.14.

  • Optional subscribeExceptionsUri?: string

    The URI of this ACL Profile's collection of Subscribe Topic Exception objects. Deprecated since 2.14. Replaced by subscribeTopicExceptions.

  • Optional subscribeShareNameExceptionsUri?: string

    The URI of this ACL Profile's collection of Subscribe Share Name Exception objects. Available since 2.14.

  • Optional subscribeTopicExceptionsUri?: string

    The URI of this ACL Profile's collection of Subscribe Topic Exception objects. Available since 2.14.

  • Optional uri?: string

    The URI of this ACL Profile object.