Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
Public Attributes | List of all members
google::cloud::storage::oauth2::ServiceAccountMetadata Struct Reference

A helper struct that contains service account metadata. More...

#include <google/cloud/storage/oauth2/compute_engine_credentials.h>

Public Attributes

std::set< std::string > scopes
 
std::string email
 

Detailed Description

A helper struct that contains service account metadata.

Definition at line 39 of file compute_engine_credentials.h.

Member Data Documentation

◆ email

std::string google::cloud::storage::oauth2::ServiceAccountMetadata::email

Definition at line 41 of file compute_engine_credentials.h.

◆ scopes

std::set<std::string> google::cloud::storage::oauth2::ServiceAccountMetadata::scopes

Definition at line 40 of file compute_engine_credentials.h.