identity-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital Admin
80 lines • 1.72 kB
TypeScript
/**
* CloudHospital IdentityServer Admin Api INT
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { ApiScopePropertyApiDto } from './api-scope-property-api-dto';
/**
*
* @export
* @interface ApiScopeApiDto
*/
export interface ApiScopeApiDto {
/**
*
* @type {boolean}
* @memberof ApiScopeApiDto
*/
'showInDiscoveryDocument'?: boolean;
/**
*
* @type {number}
* @memberof ApiScopeApiDto
*/
'id'?: number;
/**
*
* @type {string}
* @memberof ApiScopeApiDto
*/
'name': string;
/**
*
* @type {string}
* @memberof ApiScopeApiDto
*/
'displayName'?: string | null;
/**
*
* @type {string}
* @memberof ApiScopeApiDto
*/
'description'?: string | null;
/**
*
* @type {boolean}
* @memberof ApiScopeApiDto
*/
'required'?: boolean;
/**
*
* @type {boolean}
* @memberof ApiScopeApiDto
*/
'emphasize'?: boolean;
/**
*
* @type {boolean}
* @memberof ApiScopeApiDto
*/
'enabled'?: boolean;
/**
*
* @type {Array<string>}
* @memberof ApiScopeApiDto
*/
'userClaims'?: Array<string> | null;
/**
*
* @type {Array<ApiScopePropertyApiDto>}
* @memberof ApiScopeApiDto
*/
'apiScopeProperties'?: Array<ApiScopePropertyApiDto> | null;
}
//# sourceMappingURL=api-scope-api-dto.d.ts.map