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.
Value | Meaning |
saAllow | The server supports the atAccessAllowed ACE type; |
saDeny | The server supports the atAccessDenied ACE type; |
saAudit | The server supports the atSystemAudit ACE type; |
saAlarm | The server supports the atSystemAlarm ACE type; |
saInheritAccess | The server can control whether an ACL will inherit DENY and ALLOW ACEs that are marked as inheritable from it's parent object; |
saInheritAuditAlarm | The server can control whether an ACL will inherit AUDIT or ALARM ACEs that are marked inheritable from it's parent object. |