Share via


PosixRolePermissions interface

Represents file permissions for a specific role.

Properties

execute

The execute permission.

read

The read permission.

write

The write permission.

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