Skip to main content

DataRoomDocumentSecurity

Describes the security configuration applied to a document in the Data Room. This includes whether the document is protected by enhanced controls and the specific actions that are allowed or restricted for the user

The security settings enforce how a document can be accessed and interacted with—particularly by external users. A document marked as isSecure: true typically applies restrictions such as view-only mode, watermarks, or audit tracking. The nested permissions field provides a detailed breakdown of what actions (e.g., printing, copying) are allowed.

type DataRoomDocumentSecurity {
isSecure: Boolean!
permissions: DataRoomDocumentPermissions!
}

Fields

DataRoomDocumentSecurity.isSecure ● Boolean! non-null scalar

Indicates whether enhanced security controls are applied to the document. When true, the document is typically subject to restrictions like watermarks, session tracking, or disallowed downloads.

DataRoomDocumentSecurity.permissions ● DataRoomDocumentPermissions! non-null object

Specifies the granular permissions that define what the user can do with the document, such as printing, editing, saving, or copying.

Member Of

DataRoomDocument object