-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.385.0
- Loading branch information
1 parent
c79787a
commit 7647e69
Showing
309 changed files
with
19,896 additions
and
7,210 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# EnrollmentMode | ||
|
||
Mode of enrollment for the domain | ||
|
||
|
||
## Values | ||
|
||
| Name | Value | | ||
| ---------------------- | ---------------------- | | ||
| `MANUAL_INVITATION` | manual_invitation | | ||
| `AUTOMATIC_INVITATION` | automatic_invitation | | ||
| `AUTOMATIC_SUGGESTION` | automatic_suggestion | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Keys | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ------------------ | ------------------ | ------------------ | ------------------ | | ||
| `use` | *Optional<String>* | :heavy_minus_sign: | N/A | | ||
| `kty` | *Optional<String>* | :heavy_minus_sign: | N/A | | ||
| `kid` | *Optional<String>* | :heavy_minus_sign: | N/A | | ||
| `alg` | *Optional<String>* | :heavy_minus_sign: | N/A | | ||
| `n` | *Optional<String>* | :heavy_minus_sign: | N/A | | ||
| `e` | *Optional<String>* | :heavy_minus_sign: | N/A | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# LatestActivity | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ------------------- | ------------------- | ------------------- | ------------------- | | ||
| `object` | *String* | :heavy_check_mark: | N/A | | ||
| `id` | *String* | :heavy_check_mark: | N/A | | ||
| `deviceType` | *Optional<String>* | :heavy_minus_sign: | N/A | | ||
| `isMobile` | *Optional<Boolean>* | :heavy_minus_sign: | N/A | | ||
| `browserName` | *Optional<String>* | :heavy_minus_sign: | N/A | | ||
| `browserVersion` | *Optional<String>* | :heavy_minus_sign: | N/A | | ||
| `ipAddress` | *Optional<String>* | :heavy_minus_sign: | N/A | | ||
| `city` | *Optional<String>* | :heavy_minus_sign: | N/A | | ||
| `country` | *Optional<String>* | :heavy_minus_sign: | N/A | |
Oops, something went wrong.