You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AdminRotateIssuedApiKeyBody.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# AdminRotateIssuedAPIKeyBody
1
+
# AdminRotateIssuedApiKeyBody
2
2
3
-
RotateIssuedAPIKeyRequest is the request for AdminRotateIssuedAPIKey. Rotation is a custom method (AIP-136) that swaps an active key for a new one with a fresh secret and key_id, then revokes the old key. It is not a partial update, so it does not carry an update_mask. Mutable fields use presence-based semantics: an absent field inherits from the old key, while a present field (including an explicitly empty value) overrides.
3
+
RotateIssuedApiKeyRequest is the request for AdminRotateIssuedApiKey. Rotation is a custom method (AIP-136) that swaps an active key for a new one with a fresh secret and key_id, then revokes the old key. It is not a partial update, so it does not carry an update_mask. Mutable fields use presence-based semantics: an absent field inherits from the old key, while a present field (including an explicitly empty value) overrides.
4
4
5
5
## Properties
6
6
@@ -16,19 +16,19 @@ Name | Type | Description | Notes
16
16
## Example
17
17
18
18
```python
19
-
from ory_client.models.admin_rotate_issued_api_key_body importAdminRotateIssuedAPIKeyBody
19
+
from ory_client.models.admin_rotate_issued_api_key_body importAdminRotateIssuedApiKeyBody
20
20
21
21
#TODO update the JSON string below
22
22
json ="{}"
23
-
# create an instance of AdminRotateIssuedAPIKeyBody from a JSON string
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AdminUpdateImportedApiKeyRequest.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# AdminUpdateImportedAPIKeyRequest
1
+
# AdminUpdateImportedApiKeyRequest
2
2
3
-
ImportedAPIKey represents an API key imported from an external system. The raw key is hashed (SHA-512/256) and stored. The original key is never retained.
3
+
ImportedApiKey represents an API key imported from an external system. The raw key is hashed (SHA-512/256) and stored. The original key is never retained.
4
4
5
5
## Properties
6
6
@@ -24,19 +24,19 @@ Name | Type | Description | Notes
24
24
## Example
25
25
26
26
```python
27
-
from ory_client.models.admin_update_imported_api_key_request importAdminUpdateImportedAPIKeyRequest
27
+
from ory_client.models.admin_update_imported_api_key_request importAdminUpdateImportedApiKeyRequest
28
28
29
29
#TODO update the JSON string below
30
30
json ="{}"
31
-
# create an instance of AdminUpdateImportedAPIKeyRequest from a JSON string
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AdminUpdateIssuedApiKeyRequest.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# AdminUpdateIssuedAPIKeyRequest
1
+
# AdminUpdateIssuedApiKeyRequest
2
2
3
-
IssuedAPIKey represents an API key issued (generated) by Talos. Root keys are opaque v1 format tokens stored in the database. Derived tokens (JWT/Macaroon) are created via DeriveToken and are stateless (not stored).
3
+
IssuedApiKey represents an API key issued (generated) by Talos. Root keys are opaque v1 format tokens stored in the database. Derived tokens (JWT/Macaroon) are created via DeriveToken and are stateless (not stored).
4
4
5
5
## Properties
6
6
@@ -24,19 +24,19 @@ Name | Type | Description | Notes
24
24
## Example
25
25
26
26
```python
27
-
from ory_client.models.admin_update_issued_api_key_request importAdminUpdateIssuedAPIKeyRequest
27
+
from ory_client.models.admin_update_issued_api_key_request importAdminUpdateIssuedApiKeyRequest
28
28
29
29
#TODO update the JSON string below
30
30
json ="{}"
31
-
# create an instance of AdminUpdateIssuedAPIKeyRequest from a JSON string
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments