Google Cloud C++ Client
0.4.0
C++ Client Library for Google Cloud Platform
|
Represent the result of a GetIamPolicy or SetIamPolicy request. More...
#include <google/cloud/iam_policy.h>
Public Attributes | |
std::int32_t | version |
IamBindings | bindings |
std::string | etag |
Represent the result of a GetIamPolicy or SetIamPolicy request.
This is a simple struct to hold the version, IamBindings, and ETag.
Definition at line 35 of file iam_policy.h.
IamBindings google::cloud::v0::IamPolicy::bindings |
Definition at line 37 of file iam_policy.h.
std::string google::cloud::v0::IamPolicy::etag |
Definition at line 38 of file iam_policy.h.
std::int32_t google::cloud::v0::IamPolicy::version |
Definition at line 36 of file iam_policy.h.