UNPKG

@c8y/client

Version:

Client application programming interface to access the Cumulocity IoT-Platform REST services.

8 lines 269 B
/** 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