/** Description of ITenantSecurityOption interface */
export interface ITenantSecurityOption {
    /** Key identifies the security option */
    key: string;
    /** Value of a security option */
    value?: string;
}
//# sourceMappingURL=ITenantSecurityOption.d.ts.map