UNPKG

@paciolan/cybersource-sdk

Version:
43 lines (42 loc) 1.32 kB
/** * CyberSource Merged Spec * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html * * OpenAPI spec version: 0.0.1 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /** * * @export * @interface KmsV2KeysAsymPost201ResponseCertificateInformation */ export interface KmsV2KeysAsymPost201ResponseCertificateInformation { /** * Key alias * @type {string} * @memberof KmsV2KeysAsymPost201ResponseCertificateInformation */ alias?: string; /** * Key Serial Number * @type {string} * @memberof KmsV2KeysAsymPost201ResponseCertificateInformation */ keyId?: string; /** * value of the key * @type {string} * @memberof KmsV2KeysAsymPost201ResponseCertificateInformation */ key?: string; /** * The expiration time in UTC. `Format: YYYY-MM-DDThh:mm:ssZ` Example 2016-08-11T22:47:57Z equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The T separates the date and the time. The Z indicates UTC. * @type {string} * @memberof KmsV2KeysAsymPost201ResponseCertificateInformation */ expirationDate?: string; }