type

 TScSFTPSupportedAcl = (saAllow, saDeny, saAudit, saAlarm, saInheritAccess, saInheritAuditAlarm);

 TScSFTPSupportedAcls = set of TScSFTPSupportedAcl;

 

property SupportedAcls: TScSFTPSupportedAcls;

 

Description

The SupportedAcls property holds a set of the supported capabilities of the ACL attribute.

 

ValueMeaning
saAllowThe server supports the atAccessAllowed ACE type;
saDenyThe server supports the atAccessDenied ACE type;
saAuditThe server supports the atSystemAudit ACE type;
saAlarmThe server supports the atSystemAlarm ACE type;
saInheritAccessThe server can control whether an ACL will inherit DENY and ALLOW ACEs that are marked as inheritable from it's parent object;
saInheritAuditAlarmThe server can control whether an ACL will inherit AUDIT or ALARM ACEs that are marked inheritable from it's parent object.
SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support