Google Cloud C++ Client
0.4.0
C++ Client Library for Google Cloud Platform
|
Represents a Binding which associates a member
with a particular role
which can be used for Identity and Access management for Cloud Platform Resources.
More...
#include <google/cloud/iam_binding.h>
Public Member Functions | |
IamBinding (std::string role, std::set< std::string > members) | |
std::string const & | role () const |
std::set< std::string > const & | members () const |
Represents a Binding which associates a member
with a particular role
which can be used for Identity and Access management for Cloud Platform Resources.
For more information about a Binding please refer to: https://cloud.google.com/resource-manager/reference/rest/Shared.Types/Binding
Definition at line 32 of file iam_binding.h.
|
inline |
Definition at line 34 of file iam_binding.h.
|
inline |
Definition at line 38 of file iam_binding.h.
|
inline |
Definition at line 37 of file iam_binding.h.