Skip to content

Commit

Permalink
Updates x509 attribute types
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgtpluck committed Mar 14, 2024
1 parent 9d141a3 commit 36dfe90
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions _pages/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,10 @@ n/a
<td markdown="1">
`x509_issuer` (string)

Requires the `x509:issuer` scope.
Requires the `x509:issuer` or `x509` scope.
</td>
<td markdown="1">
`x509_issuer`
`x509_issuer` (string)
</td>
</tr>
<tr>
Expand All @@ -309,10 +309,10 @@ Requires the `x509:issuer` scope.
<td markdown="1">
`x509_subject` (string)

Requires the `x509:subject` scope.
Requires the `x509:subject` or `x509` scope.
</td>
<td markdown="1">
`x509_subject`
`x509_subject` (string)
</td>
</tr>
<tr>
Expand All @@ -326,12 +326,12 @@ Requires the `x509:subject` scope.
{{ checkmark }}
</td>
<td markdown="1">
`x509_presented` (string)
`x509_presented` (boolean)

Requires the `x509:presented` scope.
Requires the `x509:presented` or `x509` scope.
</td>
<td markdown="1">
`x509_presented`
`x509_presented` (string)
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 36dfe90

Please sign in to comment.