Okta.Sdk.Model.IdPKeyCredential

October 22, 2025 ยท View on GitHub

A JSON Web Key for a signature or encryption credential for an IdP

Properties

NameTypeDescriptionNotes
CreatedDateTimeOffsetTimestamp when the object was created[optional] [readonly]
EstringThe exponent value for the RSA public key[optional]
ExpiresAtDateTimeOffsetTimestamp when the object expires[optional] [readonly]
KidstringUnique identifier for the key[optional]
KtystringIdentifies the cryptographic algorithm family used with the key[optional]
LastUpdatedDateTimeOffsetTimestamp when the object was last updated[optional] [readonly]
NstringThe modulus value for the RSA public key[optional]
UsestringIntended use of the public key[optional]
X5cList<string>Base64-encoded X.509 certificate chain with DER encoding[optional]
X5tS256stringBase64url-encoded SHA-256 thumbprint of the DER encoding of an X.509 certificate[optional]

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