GetCertificateResult

data class GetCertificateResult(val certificateStatus: String, val credentialId: String, val description: String, val displayName: String, val name: String, val rawCertificate: GoogleCloudIntegrationsV1alphaClientCertificateResponse, val requestorId: String, val validEndTime: String, val validStartTime: String)

Constructors

Link copied to clipboard
fun GetCertificateResult(certificateStatus: String, credentialId: String, description: String, displayName: String, name: String, rawCertificate: GoogleCloudIntegrationsV1alphaClientCertificateResponse, requestorId: String, validEndTime: String, validStartTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Status of the certificate

Link copied to clipboard

Immutable. Credential id that will be used to register with trawler INTERNAL_ONLY

Link copied to clipboard

Description of the certificate

Link copied to clipboard

Name of the certificate

Link copied to clipboard

Auto generated primary key

Link copied to clipboard

Input only. Raw client certificate which would be registered with trawler

Link copied to clipboard

Immutable. Requestor ID to be used to register certificate with trawler

Link copied to clipboard

The timestamp after which certificate will expire

Link copied to clipboard

The timestamp after which certificate will be valid