AuthorizationPolicy is a resource that specifies how a server
should authorize incoming connections. This resource in itself does
not change the configuration unless it’s attached to a target https
proxy or endpoint config selector resource.
Specification of certificate provider. Defines the mechanism to obtain the
certificate and private key for peer to peer authentication.
Specification of a TLS certificate provider instance. Workloads may have one
or more CertificateProvider instances (plugins) and one of them is enabled
and configured by specifying this message. Workloads use the values from this
message to locate and load the CertificateProvider instance configuration.
ClientTlsPolicy is a resource that specifies how a client should authenticate
connections to backends of a service. This resource itself does not affect
configuration unless it is attached to a backend service resource.
Request used by the CreateAuthorizationPolicy method.
Request used by the CreateClientTlsPolicy method.
Request used by the CreateServerTlsPolicy method.
Request used by the DeleteAuthorizationPolicy method.
Request used by the DeleteClientTlsPolicy method.
Request used by the DeleteServerTlsPolicy method.
Request used by the GetAuthorizationPolicy method.
Request used by the GetClientTlsPolicy method.
Request used by the GetServerTlsPolicy method.
Specification of the GRPC Endpoint.
Request used with the ListAuthorizationPolicies method.
Response returned by the ListAuthorizationPolicies method.
Request used by the ListClientTlsPolicies method.
Response returned by the ListClientTlsPolicies method.
Request used by the ListServerTlsPolicies method.
Response returned by the ListServerTlsPolicies method.
Represents the metadata of the long-running operation.
ServerTlsPolicy is a resource that specifies how a server should authenticate
incoming requests. This resource itself does not affect configuration unless
it is attached to a target https proxy or endpoint config selector resource.
Request used by the UpdateAuthorizationPolicy method.
Request used by UpdateClientTlsPolicy method.
Request used by UpdateServerTlsPolicy method.
Specification of ValidationCA. Defines the mechanism to obtain the
Certificate Authority certificate to validate the peer certificate.