GoogleApi.VMwareEngine.V1.Model.DnsBindPermission (google_api_v_mware_engine v0.5.0)
View SourceDnsBindPermission resource that contains the accounts having the consumer DNS bind permission on the corresponding intranet VPC of the consumer project.
Attributes
-
name(type:String.t, default:nil) - Required. Output only. The name of the resource which stores the users/service accounts having the permission to bind to the corresponding intranet VPC of the consumer project. DnsBindPermission is a global resource and location can only be global. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:projects/my-project/locations/global/dnsBindPermission -
principals(type:list(GoogleApi.VMwareEngine.V1.Model.Principal.t), default:nil) - Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMwareEngine.V1.Model.DnsBindPermission{ name: String.t() | nil, principals: [GoogleApi.VMwareEngine.V1.Model.Principal.t()] | nil }