GetCertificateTemplateResult

data class GetCertificateTemplateResult(val createTime: String, val description: String, val identityConstraints: CertificateIdentityConstraintsResponse, val labels: Map<String, String>, val name: String, val passthroughExtensions: CertificateExtensionConstraintsResponse, val predefinedValues: X509ParametersResponse, val updateTime: String)

Constructors

Link copied to clipboard
fun GetCertificateTemplateResult(createTime: String, description: String, identityConstraints: CertificateIdentityConstraintsResponse, labels: Map<String, String>, name: String, passthroughExtensions: CertificateExtensionConstraintsResponse, predefinedValues: X509ParametersResponse, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which this CertificateTemplate was created.

Link copied to clipboard

Optional. A human-readable description of scenarios this template is intended for.

Link copied to clipboard

Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is omitted, then this template will not add restrictions on a certificate's identity.

Link copied to clipboard

Optional. Labels with user-defined metadata.

Link copied to clipboard

The resource name for this CertificateTemplate in the format projects/*/locations/*/certificateTemplates/*.

Link copied to clipboard

Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate. If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions. These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.

Link copied to clipboard

Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the certificate issuance request will fail.

Link copied to clipboard

The time at which this CertificateTemplate was updated. //*/