Interface ITenantSecurityOption

Description of ITenantSecurityOption interface

interface ITenantSecurityOption {
    key: string;
    value?: string;
}

Properties

Properties

key: string

Key identifies the security option

value?: string

Value of a security option