Show / Hide Table of Contents

Class AddRolesResponse

Represents IAM roles added to the shared VPC host project.

Inheritance
System.Object
AddRolesResponse
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ServiceNetworking.v1beta.Data
Assembly: Google.Apis.ServiceNetworking.v1beta.dll
Syntax
public class AddRolesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<PolicyBinding>

Implements

IDirectResponseSchema
Back to top