Okta.Sdk.Model.IdPCsr
October 22, 2025 ยท View on GitHub
Defines a CSR for a signature or decryption credential for an IdP
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Created | DateTimeOffset | Timestamp when the object was created | [optional] [readonly] |
| Csr | string | Base64-encoded CSR in DER format | [optional] [readonly] |
| Id | string | Unique identifier for the CSR | [optional] [readonly] |
| Kty | string | Cryptographic algorithm family for the CSR's keypair | [optional] |
| Links | IdPCsrLinks | [optional] |