ScopeType Enum
Defines scope access for a Container/Document
Signature
export declare enum ScopeType
Flags
Flag | Description |
---|---|
DocRead | Read access is supported on the Container/Document |
DocWrite | Write access is supported on the Container/Document |
SummaryWrite | User can generate new summaries operations |
DocRead
Read access is supported on the Container/Document
Signature
DocRead = "doc:read"
DocWrite
Write access is supported on the Container/Document
Signature
DocWrite = "doc:write"
SummaryWrite
User can generate new summaries operations
Signature
SummaryWrite = "summary:write"