Skip to content

Commit

Permalink
Merge pull request #179 from zerotier/laduke/30-sso-exempt
Browse files Browse the repository at this point in the history
add ssoExempt property to central api spec
  • Loading branch information
laduke authored Aug 15, 2024
2 parents f6125bc + 291a1b3 commit 83834a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/openapi/centralv1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1379,6 +1379,13 @@
"example": 123,
"nullable": true
},
"ssoExempt": {
"type": "boolean",
"readOnly": false,
"description": "Allow the member to be authorized without OIDC/SSO",
"example": false,
"nullable": true
},
"tags": {
"type": "array",
"items": {
Expand Down

0 comments on commit 83834a3

Please sign in to comment.