Skip to content

Commit 5a76845

Browse files
Merge pull request #194 from regulaforensics/pkd-certs
Added RFID_PKD_ResourceType enum
2 parents 4d330ad + 59dd09c commit 5a76845

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

e-rfid-pkd-resourcetype.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
openapi: 3.0.3
2+
components:
3+
schemas:
4+
RFIDPKDResourceType:
5+
type: integer
6+
description: "Enumeration contains a set of constants that define the type of certificate"
7+
enum:
8+
- 0
9+
- 1
10+
- 2
11+
- 3
12+
- 4
13+
- 5
14+
- 6
15+
- 7
16+
x-enum-varnames:
17+
- "CERTIFICATE_PA"
18+
- "CERTIFICATE_TA"
19+
- "LDIF"
20+
- "CRL"
21+
- "ML"
22+
- "DEFL"
23+
- "DEVL"
24+
- "BL"
25+
x-enum-descriptions:
26+
- "Certificate file contents (.pem, .cer, .crt, .der)"
27+
- "Certificate file contents (.cvcert) and private key file contents (.pkcs8)"
28+
- "LDIF file contents (.ldif)"
29+
- "CRL file contents (.crl)"
30+
- "Master List (.ml, .mls)"
31+
- "Defect List (.dl, .dls, .dfl)"
32+
- "Deviance List (.dl, .dls, .dvl)"
33+
- "Black List (.bl, .bls)"

0 commit comments

Comments
 (0)