DataRoomDocumentPermissions
Specifies the set of actions a user is allowed to perform on a document within the Data Room. These permissions are typically determined by the document’s assigned security policy and the user’s role or access level. They influence how the document can be viewed, interacted with, and tracked.
type DataRoomDocumentPermissions {
allowPrinting: Boolean!
allowEditing: Boolean!
allowCopying: Boolean!
allowSaving: Boolean!
tracking: Boolean!
}
Fields
DataRoomDocumentPermissions.allowPrinting
● Boolean!
non-null scalar
Indicates whether printing of the document is allowed.
DataRoomDocumentPermissions.allowEditing
● Boolean!
non-null scalar
Indicates whether editing of the document is allowed.
DataRoomDocumentPermissions.allowCopying
● Boolean!
non-null scalar
Indicates whether copying content from the document is allowed.
DataRoomDocumentPermissions.allowSaving
● Boolean!
non-null scalar
Indicates whether saving the document is allowed.
DataRoomDocumentPermissions.tracking
● Boolean!
non-null scalar
Indicates whether the document is being tracked.
Member Of
DataRoomDocumentSecurity
object