REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TenantSecret
Delphi
property TenantSecret: string read GetTenantSecret write SetTenantSecret;
C++
__property System::UnicodeString TenantSecret = {read=GetTenantSecret, write=SetTenantSecret};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | REST.Backend.EMSProvider.pas REST.Backend.EMSProvider.hpp |
REST.Backend.EMSProvider | TCustomEMSConnectionInfo |
Description
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.