Class: FattureInCloud_Ruby_Sdk::Scope

Inherits:
Object
  • Object
show all
Defined in:
lib/fattureincloud_ruby_sdk/oauth2/scope.rb

Overview

The Scope class represents the scope enum.

Constant Summary collapse

ENTITY_CLIENTS_READ =

Read permission to the Clients registry

'entity.clients:r'.freeze
ENTITY_CLIENTS_ALL =

Write permission to the Clients registry

'entity.clients:a'.freeze
ENTITY_SUPPLIERS_READ =

Read permission to the Suppliers registry

'entity.suppliers:r'.freeze
ENTITY_SUPPLIERS_ALL =

Write permission to the Suppliers registry

'entity.suppliers:a'.freeze
PRODUCTS_READ =

Read permission to the Products

'products:r'.freeze
PRODUCTS_ALL =

Write permission to the Products

'products:a'.freeze
ISSUED_DOCUMENTS_INVOICES_READ =

Read permission to the issued Invoices

'issued_documents.invoices:r'.freeze
ISSUED_DOCUMENTS_CREDIT_NOTES_READ =

Read permission to the issued Credit Notes

'issued_documents.credit_notes:r'.freeze
ISSUED_DOCUMENTS_RECEIPTS_READ =

Read permission to the issued Receipts

'issued_documents.receipts:r'.freeze
ISSUED_DOCUMENTS_ORDERS_READ =

Read permission to the issued Orders

'issued_documents.orders:r'.freeze
ISSUED_DOCUMENTS_QUOTES_READ =

Read permission to the issued Quotes

'issued_documents.quotes:r'.freeze
ISSUED_DOCUMENTS_PROFORMAS_READ =

Read permission to the issued Proformas

'issued_documents.proformas:r'.freeze
ISSUED_DOCUMENTS_DELIVERY_NOTES_READ =

Read permission to the issued Delivery Notes

'issued_documents.delivery_notes:r'.freeze
ISSUED_DOCUMENTS_WORK_REPORTS_READ =

Read permission to the issued Work Reports

'issued_documents.work_reports:r'.freeze
ISSUED_DOCUMENTS_SUPPLIER_ORDERS_READ =

Read permission to the issued Supplier Orders

'issued_documents.supplier_orders:r'.freeze
ISSUED_DOCUMENTS_SELF_INVOICES_READ =

Read permission to the issued Self Invoices

'issued_documents.self_invoices:r'.freeze
ISSUED_DOCUMENTS_INVOICES_ALL =

Write permission to the issued Invoices

'issued_documents.invoices:a'.freeze
ISSUED_DOCUMENTS_CREDIT_NOTES_ALL =

Write permission to the issued Credit Notes

'issued_documents.credit_notes:a'.freeze
ISSUED_DOCUMENTS_RECEIPTS_ALL =

Write permission to the issued issued Receipts

'issued_documents.receipts:a'.freeze
ISSUED_DOCUMENTS_ORDERS_ALL =

Write permission to the issued Orders

'issued_documents.orders:a'.freeze
ISSUED_DOCUMENTS_QUOTES_ALL =

Write permission to the issued Quotes

'issued_documents.quotes:a'.freeze
ISSUED_DOCUMENTS_PROFORMAS_ALL =

Write permission to the issued Proformas

'issued_documents.proformas:a'.freeze
ISSUED_DOCUMENTS_DELIVERY_NOTES_ALL =

Write permission to the issued Delivery Notes

'issued_documents.delivery_notes:a'.freeze
ISSUED_DOCUMENTS_WORK_REPORTS_ALL =

Write permission to the issued Work Reports

'issued_documents.work_reports:a'.freeze
ISSUED_DOCUMENTS_SUPPLIER_ORDERS_ALL =

Write permission to the issued Supplier Orders

'issued_documents.supplier_orders:a'.freeze
ISSUED_DOCUMENTS_SELF_INVOICES_ALL =

Write permission to the issued Self Invoices

'issued_documents.self_invoices:a'.freeze
RECEIVED_DOCUMENTS_READ =

Read permission to the Received Documents

'received_documents:r'.freeze
RECEIVED_DOCUMENTS_ALL =

Write permission to the Received Documents

'received_documents:a'.freeze
STOCK_READ =

Read permission to the Stock movements

'stock:r'.freeze
STOCK_ALL =

Write permission to the Stock movements

'stock:a'.freeze
RECEIPTS_READ =

Read permission to the Receipts

'receipts:r'.freeze
RECEIPTS_ALL =

Write permission to the Receipts

'receipts:a'.freeze
TAXES_READ =

Read permission to the Taxes

'taxes:r'.freeze
TAXES_ALL =

Write permission to the Taxes

'taxes:a'.freeze
ARCHIVE_READ =

Read permission to the Archive Documents

'archive:r'.freeze
ARCHIVE_ALL =

Read permission to the Archive Documents

'archive:a'.freeze
CASHBOOK_READ =

Read permission to the Cashbook

'cashbook:r'.freeze
CASHBOOK_ALL =

Write permission to the Cashbook

'cashbook:a'.freeze
SETTINGS_READ =

Read permission to the Settings

'settings:r'.freeze
SETTINGS_ALL =

Write permission to the Settings

'settings:a'.freeze
SITUATION_READ =

Read permission to the company Situation

'situation:r'.freeze