public sealed class EgressFrom : IMessage<ServicePerimeterConfig.Types.EgressFrom>, IEquatable<ServicePerimeterConfig.Types.EgressFrom>, IDeepCloneable<ServicePerimeterConfig.Types.EgressFrom>, IBufferMessage, IMessage
Defines the conditions under which an [EgressPolicy]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.EgressPolicy]
matches a request. Conditions based on information about the source of the
request. Note that if the destination of the request is also protected by a
[ServicePerimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter], then that
[ServicePerimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter] must have
an [IngressPolicy]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy]
which allows access in order for this request to succeed.
A list of identities that are allowed access through this [EgressPolicy].
Should be in the format of email address. The email address should
represent individual user or service account only.
public ServicePerimeterConfig.Types.IdentityType IdentityType { get; set; }
Specifies the type of identities that are allowed access to outside the
perimeter. If left unspecified, then members of identities field will
be allowed access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eEgressFrom\u003c/code\u003e class is 2.5.0, and there are multiple previous versions available, including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.5.0, 1.4.0, 1.3.0, and 1.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEgressFrom\u003c/code\u003e class defines conditions for matching an \u003ccode\u003eEgressPolicy\u003c/code\u003e to a request based on the source of the request, considering the destination's potential \u003ccode\u003eServicePerimeter\u003c/code\u003e and its \u003ccode\u003eIngressPolicy\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEgressFrom\u003c/code\u003e implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides properties \u003ccode\u003eIdentities\u003c/code\u003e which is a list of email address-formatted identities allowed access through the \u003ccode\u003eEgressPolicy\u003c/code\u003e, and \u003ccode\u003eIdentityType\u003c/code\u003e, which specifies the type of identities granted access outside the perimeter.\u003c/p\u003e\n"],["\u003cp\u003eIt can be constructed using a default constructor or by copying another \u003ccode\u003eEgressFrom\u003c/code\u003e object, allowing for flexible initialization and data transfer.\u003c/p\u003e\n"]]],[],null,[]]