REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TenantSecret

From RAD Studio API Documentation
Jump to: navigation, search

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.

See also