Show / Hide Table of Contents

Class AddRolesResponse

Represents IAM roles added to the shared VPC host project.

Inheritance
object
AddRolesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX