Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TenantSecurityOptionsService

description

This service allows to get tenant security option.

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

detail

  • Get a specific tenant's security option.

    example
    
        const option: ITenantSecurityOption = {
           key: 'limit.validity'
         };
    
       (async () => {
         const {data, res} = await tenantSecurityOptionsService.detail(option);
      })();
    

    Parameters

    Returns Promise<IResult<ITenantSecurityOption>>

    Returns promise object that is resolved with the ITenantSecurityOption wrapped by IResult.

list

Generated using TypeDoc