Class DnsBindPermission
DnsBindPermission resource that contains the accounts having the consumer DNS bind permission on the corresponding intranet VPC of the consumer project.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class DnsBindPermission : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
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
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Principals
Output only. Users/Service accounts which have access for binding on the intranet VPC project corresponding to the consumer project.
Declaration
[JsonProperty("principals")]
public virtual IList<Principal> Principals { get; set; }
Property Value
Type | Description |
---|---|
IList<Principal> |