Class ServicePerimeterStatusEgressPolicyEgressFrom


  • public final class ServicePerimeterStatusEgressPolicyEgressFrom
    extends java.lang.Object
    • Method Detail

      • identities

        public java.util.List<java.lang.String> identities()
        Returns:
        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.
      • identityType

        public java.util.Optional<java.lang.String> identityType()
        Returns:
        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. Possible values are: `IDENTITY_TYPE_UNSPECIFIED`, `ANY_IDENTITY`, `ANY_USER_ACCOUNT`, `ANY_SERVICE_ACCOUNT`.