Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
Static Public Member Functions | List of all members
google::cloud::storage::RequestedPolicyVersion Struct Reference

Controls the IAM policy version returned by IAM queries. More...

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

Static Public Member Functions

static char const * well_known_parameter_name ()
 

Detailed Description

Controls the IAM policy version returned by IAM queries.

By default requests version 1 of the IAM policy, set this to 3 (or higher) to get IAM policies with conditions.

See also
https://cloud.google.com/iam/docs/policies#versions for more information on GCS iam policies and its versioning.

Definition at line 601 of file well_known_parameters.h.

Member Function Documentation

◆ well_known_parameter_name()

static char const* google::cloud::storage::RequestedPolicyVersion::well_known_parameter_name ( )
inlinestatic

Definition at line 606 of file well_known_parameters.h.