lib/swagger/defs/issued-certificate.yaml

36 lines
679 B
YAML

IssuedCertificate:
properties:
CertificateID:
type: string
x-nullable: true
CreatedByID:
type: string
x-nullable: true
CreatedDate:
type: string
x-nullable: true
EnrollmentID:
type: string
x-nullable: true
ExpirationDate:
type: string
x-nullable: true
ID:
type: string
IssueDate:
type: string
x-nullable: true
LastModifiedByID:
type: string
x-nullable: true
LastModifiedDate:
type: string
x-nullable: true
UserID:
type: string
x-nullable: true
VerificationCode:
type: string
x-nullable: true
type: object