Okta.Sdk.Model.Embedded
October 22, 2025 ยท View on GitHub
The Public Key Details are defined in the _embedded property of the Key object.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Alg | string | Algorithm used in the key | [optional] [readonly] |
| E | string | RSA key value (exponent) for key binding | [optional] [readonly] |
| Kid | string | Unique identifier for the certificate | [optional] [readonly] |
| Kty | string | Cryptographic algorithm family for the certificate's keypair | [optional] [readonly] |
| N | string | RSA key value (modulus) for key binding | [optional] [readonly] |
| Use | string | Acceptable use of the certificate | [optional] [readonly] |