Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Certificate

The details of the SSL certificate. Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Properties

Optional certificateData

certificateData: undefined | string

The data of the SSL certificate.

compartmentId

compartmentId: string

The OCID of the certificate's compartment.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}

displayName

displayName: string

The user-friendly name of the certificate.

Optional extensions

Additional attributes associated with users or public keys for managing relationships between Certificate Authorities.

Optional freeformTags

freeformTags: undefined | object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {@code {\"Department\": \"Finance\"}}

id

id: string

The OCID of the certificate.

Optional isTrustVerificationDisabled

isTrustVerificationDisabled: undefined | false | true

This indicates whether trust verification was disabled during the creation of SSL certificate. If {@code true} SSL certificate trust verification was disabled and this SSL certificate is most likely self-signed.

Optional issuedBy

issuedBy: undefined | string

Optional issuerName

issuerName: model.CertificateIssuerName

Optional lifecycleState

lifecycleState: model.LifecycleStates

The current lifecycle state of the SSL certificate.

Optional publicKeyInfo

publicKeyInfo: model.CertificatePublicKeyInfo

serialNumber

serialNumber: string

A unique, positive integer assigned by the Certificate Authority (CA). The issuer name and serial number identify a unique certificate.

signatureAlgorithm

signatureAlgorithm: string

The identifier for the cryptographic algorithm used by the Certificate Authority (CA) to sign this certificate.

Optional subjectName

subjectName: model.CertificateSubjectName

Optional timeCreated

timeCreated: Date

The date and time the certificate was created, expressed in RFC 3339 timestamp format.

timeNotValidAfter

timeNotValidAfter: Date

The date and time the certificate will expire, expressed in RFC 3339 timestamp format.

timeNotValidBefore

timeNotValidBefore: Date

The date and time the certificate will become valid, expressed in RFC 3339 timestamp format.

version

version: number

The version of the encoded certificate. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj