-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathe-rfid-pkd-resourcetype.yml
More file actions
40 lines (40 loc) · 1.03 KB
/
e-rfid-pkd-resourcetype.yml
File metadata and controls
40 lines (40 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
openapi: 3.0.4
components:
schemas:
RFIDPKDResourceType:
title: "RFIDPKDResourceType"
type: integer
description: "Enumeration contains a set of constants that define the type of certificate"
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
x-enum-varnames:
- "CERTIFICATE_PA"
- "CERTIFICATE_TA"
- "LDIF"
- "CRL"
- "ML"
- "DEFL"
- "DEVL"
- "BL"
- "LDIF_TA"
- "ML_TA"
x-enum-descriptions:
- "Certificate file contents (.pem, .cer, .crt, .der)"
- "Certificate file contents (.cvcert) and private key file contents (.pkcs8)"
- "LDIF file contents (.ldif)"
- "CRL file contents (.crl)"
- "Master List (.ml, .mls)"
- "Defect List (.dl, .dls, .dfl)"
- "Deviance List (.dl, .dls, .dvl)"
- "Black List (.bl, .bls)"
- "LDIF file contents for TA"
- "Master List with CV certificates for TA"