Skip to content

Commit

Permalink
Add: GMP doc: describe credential types
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell committed Jun 4, 2024
1 parent f834093 commit 214a3fa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -3883,6 +3883,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<ele>
<name>type</name>
<summary>The type of credential to create</summary>
<description>
<p>cc: Client certificate</p>
<p>pgp: PGP encryption key</p>
<p>pw: Password only</p>
<p>smime: S/MIME certificate</p>
<p>snmp: SNMP</p>
<p>up: User name + password</p>
<p>usk: User name + SSH key</p>
</description>
<pattern>
<alts>
<alt>cc</alt>
Expand Down Expand Up @@ -10633,6 +10642,15 @@ END:VCALENDAR
<ele>
<name>type</name>
<summary>The type of the credential</summary>
<description>
<p>cc: Client certificate</p>
<p>pgp: PGP encryption key</p>
<p>pw: Password only</p>
<p>smime: S/MIME certificate</p>
<p>snmp: SNMP</p>
<p>up: User name + password</p>
<p>usk: User name + SSH key</p>
</description>
<pattern>
<alts>
<alt>cc</alt>
Expand Down

0 comments on commit 214a3fa

Please sign in to comment.