Certificate

class Certificate : KotlinCustomResource

Creates a new certificate. The certificate will be registered to the trawler service and will be encrypted using cloud KMS and stored in Spanner Returns the certificate. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

Status of the certificate

Link copied to clipboard
val credentialId: Output<String>

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

Link copied to clipboard
val description: Output<String>

Description of the certificate

Link copied to clipboard
val displayName: Output<String>

Name of the certificate

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Auto generated primary key

Link copied to clipboard
val productId: Output<String>
Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val requestorId: Output<String>

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

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val validEndTime: Output<String>

The timestamp after which certificate will expire

Link copied to clipboard
val validStartTime: Output<String>

The timestamp after which certificate will be valid