Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
google::cloud::storage::SigningAccountDelegates Struct Reference

Specify the sequence of delegates used to sign a blob. More...

#include <google/cloud/storage/signed_url_options.h>

Public Member Functions

 SigningAccountDelegates ()=default
 

Static Public Member Functions

static char const * name ()
 

Detailed Description

Specify the sequence of delegates used to sign a blob.

With this option the application can sign a URL even if the account associated with the current credentials does not have direct roles/iam.serviceAccountTokenCreator on the target service account.

Constructor & Destructor Documentation

◆ SigningAccountDelegates()

google::cloud::storage::SigningAccountDelegates::SigningAccountDelegates ( )
default

Member Function Documentation

◆ name()

static char const * google::cloud::storage::SigningAccountDelegates::name ( )
inlinestatic