GetTrustConfigResult

data class GetTrustConfigResult(val createTime: String, val description: String, val etag: String, val labels: Map<String, String>, val name: String, val trustStores: List<TrustStoreResponse>, val updateTime: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, etag: String, labels: Map<String, String>, name: String, trustStores: List<TrustStoreResponse>, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation timestamp of a TrustConfig.

Link copied to clipboard

One or more paragraphs of text description of a TrustConfig.

Link copied to clipboard

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

Set of labels associated with a TrustConfig.

Link copied to clipboard

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

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

The last update timestamp of a TrustConfig. //*/