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
fun TrustConfigArgs(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)