Class AddRolesResponse
Represents IAM roles added to the shared VPC host project.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class AddRolesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyBinding
Required. List of policy bindings that were added to the shared VPC host project.
Declaration
[JsonProperty("policyBinding")]
public virtual IList<PolicyBinding> PolicyBinding { get; set; }
Property Value
Type | Description |
---|---|
IList<PolicyBinding> |