Okta.Sdk.Model.AddJwk201Response

January 26, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
AlgstringAlgorithm used in the key[optional]
KidstringUnique identifier of the JSON Web Key in the OAUth 2.0 client's JWKS[optional]
StatusstringStatus of the OAuth 2.0 client JSON Web Key[optional] [default to StatusEnum.ACTIVE]
UsestringAcceptable use of the JSON Web Key[optional]
CreatedstringTimestamp when the OAuth 2.0 client JSON Web Key was created[optional] [readonly]
IdstringThe unique ID of the OAuth Client JSON Web Key[optional] [readonly]
LastUpdatedstringTimestamp when the OAuth 2.0 client JSON Web Key was updated[optional] [readonly]
LinksOAuthClientSecretLinks[optional]

[Back to Model list] [Back to API list] [Back to README]