MsgVpnAclProfile: {
    aclProfileName?: string;
    clientConnectDefaultAction?: clientConnectDefaultAction;
    msgVpnName?: string;
    publishTopicDefaultAction?: publishTopicDefaultAction;
    subscribeShareNameDefaultAction?: subscribeShareNameDefaultAction;
    subscribeTopicDefaultAction?: subscribeTopicDefaultAction;
}

Type declaration

  • Optional aclProfileName?: string

    The name of the ACL Profile.

  • Optional clientConnectDefaultAction?: clientConnectDefaultAction

    The default action to take when a client using the ACL Profile connects to the Message VPN. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "disallow". The allowed values and their meaning are:

    "allow" - Allow client connection unless an exception is found for it.
    "disallow" - Disallow client connection unless an exception is found for it.
    
  • Optional msgVpnName?: string

    The name of the Message VPN.

  • Optional publishTopicDefaultAction?: publishTopicDefaultAction

    The default action to take when a client using the ACL Profile publishes to a topic in the Message VPN. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "disallow". The allowed values and their meaning are:

    "allow" - Allow topic unless an exception is found for it.
    "disallow" - Disallow topic unless an exception is found for it.
    
  • Optional subscribeShareNameDefaultAction?: subscribeShareNameDefaultAction

    The default action to take when a client using the ACL Profile subscribes to a share-name subscription in the Message VPN. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "allow". The allowed values and their meaning are:

    "allow" - Allow topic unless an exception is found for it.
    "disallow" - Disallow topic unless an exception is found for it.
    

    Available since 2.14.

  • Optional subscribeTopicDefaultAction?: subscribeTopicDefaultAction

    The default action to take when a client using the ACL Profile subscribes to a topic in the Message VPN. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "disallow". The allowed values and their meaning are:

    "allow" - Allow topic unless an exception is found for it.
    "disallow" - Disallow topic unless an exception is found for it.