Class PolicyBinding
Translates to IAM Policy bindings (without auditing at this level)
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1.dll
Syntax
public class PolicyBinding : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Members
Uses the same format as in IAM policy. member
must include both a prefix and ID. For example,
user:{emailId}
, serviceAccount:{emailId}
, group:{emailId}
.
Declaration
[JsonProperty("members")]
public virtual IList<string> Members { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Role
Role. (https://cloud.google.com/iam/docs/understanding-roles) For example, roles/viewer
, roles/editor
,
or roles/owner
.
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type | Description |
---|---|
string |