Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.17 KB

AuthAccessAccessItemShareSharePermissions.md

File metadata and controls

14 lines (10 loc) · 1.17 KB

AuthAccessAccessItemShareSharePermissions

Properties

Name Type Description Notes
ExpectedPermissions string Returns Share level permissions for the user.{ 'read' , 'write' , 'full' or 'none' will be the values} [optional] [default to null]
ImpersonateGuest bool Returns whether impersonate guest setting is enabled for the user on the share. [optional] [default to null]
ImpersonateUser bool Returns whether impersonate user setting is enabled on the share [optional] [default to null]
RunAsRoot bool Returns whether run as root is enabled for the user on the share [optional] [default to null]
ShareRelevantAces []AuthAccessAccessItemShareSharePermissionsShareRelevantAce Specifies a list of the relevant Access Control Entries withrespect to the user in the share. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]