Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PosixRolePermissions interface
- Package:
- @azure/storage-file-share
Represents file permissions for a specific role.
Property Details
execute
The execute permission.
execute: boolean
Property Value
boolean
read
The read permission.
read: boolean
Property Value
boolean
write
The write permission.
write: boolean
Property Value
boolean
