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 authored and a-h-abdelsalam committed Jun 12, 2024
1 parent 074c2a8 commit 03a3875
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 @@ -3990,6 +3990,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 @@ -10740,6 +10749,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 03a3875

Please sign in to comment.