cterasdk.edge.types module¶
Bases:
cterasdk.edge.types.UserGroupEntryObject holding share access control principal type and name
Variables: - principal_type (cterasdk.edge.enum.PrincipalType) – Principal type of the ACL
- name (str) – The name of the user or group
Bases:
objectShare access control entry for filer shares
Variables: - principal_type (cterasdk.edge.enum.PrincipalType) – Principal type of the ACL
- name (str) – The name of the user or group
- perm (cterasdk.edge.enum.FileAccessMode) – The file access permission
-
class
cterasdk.edge.types.UserGroupEntry(principal_type, name)¶ Bases:
objectUser or Group Entry
Variables: - principal_type (cterasdk.edge.enum.PrincipalType) – Principal type of the ACL
- name (str) – The name of the user or group
-
static
from_server_object(server_object)¶
-
principal_type¶
-
to_server_object()¶