TrustConfig

class TrustConfig : KotlinCustomResource

Creates a new TrustConfig in a given project and location.

Properties

Link copied to clipboard
val createTime: Output<String>

The creation timestamp of a TrustConfig.

Link copied to clipboard
val description: Output<String>

One or more paragraphs of text description of a TrustConfig.

Link copied to clipboard
val etag: Output<String>

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Set of labels associated with a TrustConfig.

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

A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern projects/*/locations/*/trustConfigs/*. //*/

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
val trustConfigId: Output<String>

Required. A user-provided name of the TrustConfig.

Link copied to clipboard

Set of trust stores to perform validation against. This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation. Only one TrustStore specified is currently allowed.

Link copied to clipboard
val updateTime: Output<String>

The last update timestamp of a TrustConfig.

Link copied to clipboard
val urn: Output<String>