From d833485b5e9aeebfb9dd5baf89fab95f4e6032d8 Mon Sep 17 00:00:00 2001 From: Cristian Dominguez <6853656+cristiand391@users.noreply.github.com> Date: Wed, 25 Aug 2021 18:28:22 -0300 Subject: [PATCH] feat: add InboundCertificate to metadata registry (#441) Co-authored-by: Steve Hetzel --- src/registry/registry.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/registry/registry.json b/src/registry/registry.json index 4e89c426fe..01bb620942 100644 --- a/src/registry/registry.json +++ b/src/registry/registry.json @@ -1831,6 +1831,17 @@ "inFolder": false, "strictDirectoryName": false }, + "inboundcertificate": { + "id": "inboundcertificate", + "name": "InboundCertificate", + "suffix": "inboundCertificate", + "directoryName": "inboundCertificates", + "inFolder": false, + "strictDirectoryName": false, + "strategies": { + "adapter": "matchingContentFile" + } + }, "mutingpermissionset": { "id": "mutingpermissionset", "name": "MutingPermissionSet", @@ -2534,6 +2545,7 @@ "emailFolder": "emailfolder", "inboundNetworkConnection": "inboundnetworkconnection", "outboundNetworkConnection": "outboundnetworkconnection", + "inboundCertificate": "inboundcertificate", "mutingpermissionset": "mutingpermissionset", "myDomainDiscoverableLogin": "mydomaindiscoverablelogin", "blacklistedConsumer": "blacklistedconsumer",