DocumentViewerComponentTokenScopeInput
Optional scope information for LegalSign document viewer component tokens. The schema accepts these fields for forward compatibility; resource-scope enforcement is not yet enabled.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
templateId | ID | No | — | Template this token should be limited to once resource-scope enforcement is enabled |
groupId | ID | No | — | Group this token should be limited to once resource-scope enforcement is enabled |
Example
documentViewer: {
groupId: "Z3JwMTIzNDU2"
templateId: "dHBsMTIzNDU2"
}