@docusign/iam-sdk
Version:
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.
43 lines (41 loc) • 853 B
text/typescript
/*
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/
/**
* Available scopes for the accessToken OAuth 2.0 scheme (authorizationCode flow).
*
* @remarks
* JWT Bearer token from Docusign authorization server
*/
export type AccessTokenOAuth2Scope =
/**
* Allows read access to the unified repository.
*/
| "adm_store_unified_repo_read"
/**
* Access to signature data
*/
| "signature"
/**
* Allows management of advanced workflow operations.
*/
| "aow_manage"
| "adm_store_unified_repo_write"
| "models_read"
| "impersonation"
/**
* Read workspace profile information
*/
| "dtr.company.read"
/**
* Read workspace data
*/
| "dtr.rooms.read"
/**
* Update workspace data
*/
| "dtr.rooms.write"
/**
* Modify workspace documents
*/
| "dtr.documents.write";