Trust Config Args
data class TrustConfigArgs(val description: Output<String>? = null, val etag: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val trustConfigId: Output<String>? = null, val trustStores: Output<List<TrustStoreArgs>>? = null) : ConvertibleToJava<TrustConfigArgs>
Creates a new TrustConfig in a given project and location.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, etag: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, trustConfigId: Output<String>? = null, trustStores: Output<List<TrustStoreArgs>>? = null)
Properties
Link copied to clipboard
One or more paragraphs of text description of a TrustConfig.
Link copied to clipboard
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. //*/