GRPC C++  1.62.0
Data Fields
grpc::experimental::AltsCredentialsOptions Struct Reference

Options used to build AltsCredentials. More...

#include <credentials.h>

Data Fields

std::vector< grpc::string > target_service_accounts
 service accounts of target endpoint that will be acceptable by the client. More...
 

Detailed Description

Options used to build AltsCredentials.

Field Documentation

◆ target_service_accounts

std::vector<grpc::string> grpc::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.


The documentation for this struct was generated from the following file: