Get Certificate Result
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)
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
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