Ekm Connection Service Resolver Args
data class EkmConnectionServiceResolverArgs(val endpointFilter: Output<String>? = null, val hostname: Output<String>, val serverCertificates: Output<List<EkmConnectionServiceResolverServerCertificateArgs>>, val serviceDirectoryService: Output<String>) : ConvertibleToJava<EkmConnectionServiceResolverArgs>
Constructors
Link copied to clipboard
constructor(endpointFilter: Output<String>? = null, hostname: Output<String>, serverCertificates: Output<List<EkmConnectionServiceResolverServerCertificateArgs>>, serviceDirectoryService: Output<String>)
Properties
Link copied to clipboard
Optional. The filter applied to the endpoints of the resolved service. If no filter is specified, all endpoints will be considered. An endpoint will be chosen arbitrarily from the filtered list for each request. For endpoint filter syntax and examples, see https://cloud.google.com/service-directory/docs/reference/rpc/google.cloud.servicedirectory.v1#resolveservicerequest.
Link copied to clipboard
Required. A list of leaf server certificates used to authenticate HTTPS connections to the EKM replica. Currently, a maximum of 10 Certificate is supported. Structure is documented below.
Link copied to clipboard
Required. The resource name of the Service Directory service pointing to an EKM replica, in the format projects//locations//namespaces//services/ ////