/** * Permit.io API * Authorization as a service * * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface TenantObj */ export interface TenantObj { /** * * @type {string} * @memberof TenantObj */ id: string; /** * * @type {string} * @memberof TenantObj */ key: string; /** * * @type {string} * @memberof TenantObj */ name?: string; /** * * @type {object} * @memberof TenantObj */ attributes?: object; /** * * @type {string} * @memberof TenantObj */ created_at: string; /** * * @type {string} * @memberof TenantObj */ updated_at: string; }