Okta.Sdk.Model.JsonWebKey

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
CreatedDateTimeOffsetTimestamp when the object was created[optional] [readonly]
EstringRSA key value (public exponent) for Key binding[optional] [readonly]
ExpiresAtDateTimeOffsetTimestamp when the certificate expires[optional] [readonly]
KidstringUnique identifier for the certificate[optional] [readonly]
KtystringCryptographic algorithm family for the certificate's keypair. Valid value: `RSA`[optional] [readonly]
LastUpdatedDateTimeOffsetTimestamp when the object was last updated[optional] [readonly]
NstringRSA modulus value that is used by both the public and private keys and provides a link between them[optional]
UsestringAcceptable use of the certificate. Valid value: `sig`[optional] [readonly]
X5cList<string>X.509 certificate chain that contains a chain of one or more certificates[optional] [readonly]
X5tS256stringX.509 certificate SHA-256 thumbprint, which is the base64url-encoded SHA-256 thumbprint (digest) of the DER encoding of an X.509 certificate[optional] [readonly]

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