UNPKG

jack-service-accounts-sdk

Version:
49 lines (44 loc) 944 B
/* tslint:disable */ /* eslint-disable */ /** * sso.redhat.com API documentation * This is the API documentation for sso.redhat.com * * The version of the OpenAPI document: 5.0.19-SNAPSHOT * Contact: it-user-team-list@redhat.com * * 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 AcsClientResponseData */ export interface AcsClientResponseData { /** * * @type {string} * @memberof AcsClientResponseData */ 'clientId'?: string; /** * * @type {string} * @memberof AcsClientResponseData */ 'secret'?: string; /** * * @type {string} * @memberof AcsClientResponseData */ 'name'?: string; /** * * @type {number} * @memberof AcsClientResponseData */ 'createdAt'?: number; }