API:REST.Backend.EMSProvider.TEMSProvider.TenantSecret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TenantSecret: string read GetTenantSecret write SetTenantSecret default 0;

C++

__property TenantSecret = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TEMSProvider

Description

Authorization key for the complete access to the needed tenant in the RAD Server application.

REST.Backend.EMSProvider.TEMSProvider.TenantSecret inherits from REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TenantSecret. All content below this line refers to REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TenantSecret.


Authorization key for the complete access to the needed tenant in the RAD Server application.

The TenantSecret key authorizes any request to have the complete access over all tenant resources and all tenant related data that is stored in the EMS Database.

See also