Class IngressIpAllowlistConfig
Ingress IP allowlist configuration.
Implements
Inherited Members
Namespace: Google.Apis.Looker.v1.Data
Assembly: Google.Apis.Looker.v1.dll
Syntax
public class IngressIpAllowlistConfig : IDirectResponseSchema
Properties
AllowlistRules
Optional. List of IP range rules to allow ingress traffic.
Declaration
[JsonProperty("allowlistRules")]
public virtual IList<IngressIpAllowlistRule> AllowlistRules { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<IngressIpAllowlistRule> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Enabled
Optional. Whether ingress IP allowlist functionality is enabled on the Looker instance.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
GoogleServicesEnabled
Optional. Whether google service connections are enabled for the instance.
Declaration
[JsonProperty("googleServicesEnabled")]
public virtual bool? GoogleServicesEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |