Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 4.08 KB

File metadata and controls

12 lines (9 loc) · 4.08 KB

EntityPermission

Fields

Field Type Required Description Example
resource String ✔️ Indicates the response contains a permission object. Will always contain the string permission for this
endpoint.
permission
id String ✔️ The identifier uniquely referring to this permission. Example: payments.read. payments.read
description String ✔️ A short description of what kind of access the permission enables. View your payments
granted boolean ✔️ Whether this permission is granted to the app by the organization. true
links EntityPermissionLinks ✔️ An object with several relevant URLs. Every URL object will contain an href and a type field.