CertificateAuthorityServiceConfigArgs

data class CertificateAuthorityServiceConfigArgs(val caPool: Output<String>) : ConvertibleToJava<CertificateAuthorityServiceConfigArgs>

Contains information required to contact CA service.

Constructors

Link copied to clipboard
constructor(caPool: Output<String>)

Properties

Link copied to clipboard
val caPool: Output<String>

A CA pool resource used to issue a certificate. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}".

Functions

Link copied to clipboard
open override fun toJava(): CertificateAuthorityServiceConfigArgs