CredentialSummary

A record of a presented X509 credential from a temporary credential request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the credential is enabled.

Link copied to clipboard

Indicates whether the temporary credential request was successful.

Link copied to clipboard

The fully qualified domain name of the issuing certificate for the presented end-entity certificate.

Link copied to clipboard

The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.

Link copied to clipboard

The serial number of the certificate.

Link copied to clipboard

The PEM-encoded data of the certificate.

Functions

Link copied to clipboard
inline fun copy(block: CredentialSummary.Builder.() -> Unit = {}): CredentialSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String