Show / Hide Table of Contents

Class GoogleIdentityAccesscontextmanagerV1IngressPolicy

Policy for ingress into ServicePerimeter. IngressPolicies match requests based on ingress_from and ingress_to stanzas. For an ingress policy to match, both the ingress_from and ingress_to stanzas must be matched. If an IngressPolicy matches a request, the request is allowed through the perimeter boundary from outside the perimeter. For example, access from the internet can be allowed either based on an AccessLevel or, for traffic hosted on Google Cloud, the project of the source network. For access from private networks, using the project of the hosting network is required. Individual ingress policies can be limited by restricting which services and/or actions they match using the ingress_to field.

Inheritance
object
GoogleIdentityAccesscontextmanagerV1IngressPolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAsset.v1p1beta1.Data
Assembly: Google.Apis.CloudAsset.v1p1beta1.dll
Syntax
public class GoogleIdentityAccesscontextmanagerV1IngressPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IngressFrom

Defines the conditions on the source of a request causing this IngressPolicy to apply.

Declaration
[JsonProperty("ingressFrom")]
public virtual GoogleIdentityAccesscontextmanagerV1IngressFrom IngressFrom { get; set; }
Property Value
Type Description
GoogleIdentityAccesscontextmanagerV1IngressFrom

IngressTo

Defines the conditions on the ApiOperation and request destination that cause this IngressPolicy to apply.

Declaration
[JsonProperty("ingressTo")]
public virtual GoogleIdentityAccesscontextmanagerV1IngressTo IngressTo { get; set; }
Property Value
Type Description
GoogleIdentityAccesscontextmanagerV1IngressTo

Title

Optional. Human-readable title for the ingress rule. The title must be unique within the perimeter and can not exceed 100 characters. Within the access policy, the combined length of all rule titles must not exceed 240,000 characters.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX