Skip to content

Commit

Permalink
feat: add InboundCertificate to metadata registry (#441)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Hetzel <shetzel@salesforce.com>
  • Loading branch information
cristiand391 and shetzel authored Aug 25, 2021
1 parent f4d6ac9 commit d833485
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/registry/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -2534,6 +2545,7 @@
"emailFolder": "emailfolder",
"inboundNetworkConnection": "inboundnetworkconnection",
"outboundNetworkConnection": "outboundnetworkconnection",
"inboundCertificate": "inboundcertificate",
"mutingpermissionset": "mutingpermissionset",
"myDomainDiscoverableLogin": "mydomaindiscoverablelogin",
"blacklistedConsumer": "blacklistedconsumer",
Expand Down

0 comments on commit d833485

Please sign in to comment.