Access Context Manager V1 Client - Class IngressFrom (0.3.5)

Reference documentation and code samples for the Access Context Manager V1 Client class IngressFrom.

Defines the conditions under which an [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] matches a request. Conditions are based on information about the source of the request. The request must satisfy what is defined in sources AND identity related fields in order to match.

Generated from protobuf message google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ sources array<Google\Identity\AccessContextManager\V1\ServicePerimeterConfig\IngressSource>

Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.

↳ identities array

A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.

↳ identity_type int

Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members of identities field will be allowed access.

getSources

Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSources

Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.

Parameter
NameDescription
var array<Google\Identity\AccessContextManager\V1\ServicePerimeterConfig\IngressSource>
Returns
TypeDescription
$this

getIdentities

A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIdentities

A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getIdentityType

Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members of identities field will be allowed access.

Returns
TypeDescription
int

setIdentityType

Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members of identities field will be allowed access.

Parameter
NameDescription
var int
Returns
TypeDescription
$this