This service allows to get tenant security option.
Get a specific tenant's security option.
const option: ITenantSecurityOption = { key: 'limit.validity' }; (async () => { const {data, res} = await tenantSecurityOptionsService.detail(option); })();
Returns promise object that is resolved with the ITenantSecurityOption wrapped by IResult.
Generated using TypeDoc
This service allows to get tenant security option.