GRPC C++
1.30.0
|
Options used to build AltsCredentials. More...
#include <credentials_impl.h>
Data Fields | |
std::vector< grpc::string > | target_service_accounts |
service accounts of target endpoint that will be acceptable by the client. More... | |
Options used to build AltsCredentials.
std::vector<grpc::string> grpc_impl::experimental::AltsCredentialsOptions::target_service_accounts |
service accounts of target endpoint that will be acceptable by the client.
If service accounts are provided and none of them matches that of the server, authentication will fail.