Class AddRolesRequest
Request for AddRoles to allow Service Producers to add roles in the shared VPC host project for them to use.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class AddRolesRequest : IDirectResponseSchema
Properties
ConsumerNetwork
Required. The network that the consumer is using to connect with services. Must be in the form of projects/{project}/global/networks/{network} {project} is a project number, as in '12345' {network} is a network name.
Declaration
[JsonProperty("consumerNetwork")]
public virtual string ConsumerNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyBinding
Required. List of policy bindings to add to shared VPC host project.
Declaration
[JsonProperty("policyBinding")]
public virtual IList<PolicyBinding> PolicyBinding { get; set; }
Property Value
Type | Description |
---|---|
IList<PolicyBinding> |