Module netapp_ontap.models.share_acl
Copyright © 2022 NetApp Inc. All rights reserved.
Classes
-
The fields of the ShareAcl object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
The links field of the share_acl.
-
Specifies the access rights that a user or group has on the defined CIFS Share. The following values are allowed:
- no_access - User does not have CIFS share access
- read - User has only read access
- change - User has change access
- full_control - User has full_control access
Valid choices:
- no_access
- read
- change
- full_control
-
Specifies the type of the user or group to add to the access control list of a CIFS share. The following values are allowed:
- windows - Windows user or group
- unix_user - UNIX user
- unix_group - UNIX group
Valid choices:
- windows
- unix_user
- unix_group
-
Specifies the user or group name to add to the access control list of a CIFS share.
Example: ENGDOMAIN\ad_user