google_api_service_networking v0.14.0 GoogleApi.ServiceNetworking.V1.Model.AddRolesRequest View Source
Request for AddRoles to allow Service Producers to add roles in the shared VPC host project for them to use.
Attributes
-
consumerNetwork
(type:String.t
, default:nil
) - 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. -
policyBinding
(type:list(GoogleApi.ServiceNetworking.V1.Model.PolicyBinding.t)
, default:nil
) - Required. List of policy bindings to add to shared VPC host project.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ServiceNetworking.V1.Model.AddRolesRequest{ consumerNetwork: String.t(), policyBinding: [GoogleApi.ServiceNetworking.V1.Model.PolicyBinding.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.