An SMB Share ACL Entry that grants or denies specific permissions to a principal.
You can identify the principal by a SID (ae_who_sid), Unix ID (ae_who_id), or name (ae_who_str).
No Additional Properties
Ae Perm
Type: enum (of string)
Permissions granted or denied to the principal.
Must be one of:
"FULL"
"CHANGE"
"READ"
Ae Type
Type: enum (of string)
The type of SMB share ACL entry.
This value determines whether the permissions (ae_perm) are granted (ALLOWED) or denied (DENIED).
Must be one of:
"ALLOWED"
"DENIED"
Ae Who Sid
Default: null
The SID of the principal to whom this ACL entry applies.