/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { ApiClaim } from './api-claim'; import { ApiObjectId } from './api-object-id'; /** * Configuration changes. * @export * @interface ConfigurationChanges */ export interface ConfigurationChanges { /** * * @type {string} * @memberof ConfigurationChanges */ auth_url?: string; /** * google.protobuf.Struct claims = 7; * @type {Array} * @memberof ConfigurationChanges */ claims?: Array; /** * * @type {string} * @memberof ConfigurationChanges */ client_id?: string; /** * * @type {string} * @memberof ConfigurationChanges */ client_secret?: string; /** * * @type {string} * @memberof ConfigurationChanges */ created_at?: string; /** * * @type {ApiObjectId} * @memberof ConfigurationChanges */ created_by?: ApiObjectId; /** * * @type {string} * @memberof ConfigurationChanges */ discovery_url?: string; /** * * @type {ApiObjectId} * @memberof ConfigurationChanges */ domain?: ApiObjectId; /** * * @type {boolean} * @memberof ConfigurationChanges */ enabled?: boolean; /** * * @type {string} * @memberof ConfigurationChanges */ logo?: string; /** * * @type {object} * @memberof ConfigurationChanges */ metadata?: object; /** * * @type {string} * @memberof ConfigurationChanges */ name?: string; /** * * @type {Array} * @memberof ConfigurationChanges */ scopes?: Array; /** * * @type {string} * @memberof ConfigurationChanges */ token_url?: string; /** * * @type {string} * @memberof ConfigurationChanges */ type?: string; /** * * @type {string} * @memberof ConfigurationChanges */ updated_at?: string; /** * * @type {ApiObjectId} * @memberof ConfigurationChanges */ updated_by?: ApiObjectId; /** * * @type {string} * @memberof ConfigurationChanges */ userinfo_url?: string; } //# sourceMappingURL=configuration-changes.d.ts.map