Show / Hide Table of Contents

Class GoogleIdentityAccesscontextmanagerV1EgressPolicy

Policy for egress from perimeter. EgressPolicies match requests based on egress_from and egress_to stanzas. For an EgressPolicy to match, both egress_from and egress_to stanzas must be matched. If an EgressPolicy matches a request, the request is allowed to span the ServicePerimeter boundary. For example, an EgressPolicy can be used to allow VMs on networks within the ServicePerimeter to access a defined set of projects outside the perimeter in certain contexts (e.g. to read data from a Cloud Storage bucket or query against a BigQuery dataset). EgressPolicies are concerned with the resources that a request relates as well as the API services and API actions being used. They do not related to the direction of data movement. More detailed documentation for this concept can be found in the descriptions of EgressFrom and EgressTo.

Inheritance
object
GoogleIdentityAccesscontextmanagerV1EgressPolicy
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.v1p7beta1.Data
Assembly: Google.Apis.CloudAsset.v1p7beta1.dll
Syntax
public class GoogleIdentityAccesscontextmanagerV1EgressPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EgressFrom

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

Declaration
[JsonProperty("egressFrom")]
public virtual GoogleIdentityAccesscontextmanagerV1EgressFrom EgressFrom { get; set; }
Property Value
Type Description
GoogleIdentityAccesscontextmanagerV1EgressFrom

EgressTo

Defines the conditions on the ApiOperation and destination resources that cause this EgressPolicy to apply.

Declaration
[JsonProperty("egressTo")]
public virtual GoogleIdentityAccesscontextmanagerV1EgressTo EgressTo { get; set; }
Property Value
Type Description
GoogleIdentityAccesscontextmanagerV1EgressTo

Title

Optional. Human-readable title for the egress 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