MsgVpnAuthorizationGroup: {
    aclProfileName?: string;
    authorizationGroupName?: string;
    clientProfileName?: string;
    enabled?: boolean;
    msgVpnName?: string;
    orderAfterAuthorizationGroupName?: string;
    orderBeforeAuthorizationGroupName?: string;
}

Type declaration

  • Optional aclProfileName?: string

    The ACL Profile of the Authorization Group. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "default".

  • Optional authorizationGroupName?: string

    The name of the Authorization Group. For LDAP groups, special care is needed if the group name contains special characters such as '#', '+', ';', '=' as the value of the group name returned from the LDAP server might prepend those characters with ''. For example a group name called 'test#,lab,com' will be returned from the LDAP server as 'test#,lab,com'.

  • Optional clientProfileName?: string

    The Client Profile of the Authorization Group. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "default".

  • Optional enabled?: boolean

    Enable or disable the Authorization Group in the Message VPN. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is false.

  • Optional msgVpnName?: string

    The name of the Message VPN.

  • Optional orderAfterAuthorizationGroupName?: string

    Lower the priority to be less than this group. This attribute is absent from a GET and not updated when absent in a PUT, subject to the exceptions in note 4. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default is not applicable.

  • Optional orderBeforeAuthorizationGroupName?: string

    Raise the priority to be greater than this group. This attribute is absent from a GET and not updated when absent in a PUT, subject to the exceptions in note 4. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default is not applicable.