Access Context Manager V1 Client - Class CommitServicePerimetersResponse (0.4.5)

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

A response to CommitServicePerimetersRequest. This will be put inside of Operation.response field.

Generated from protobuf message google.identity.accesscontextmanager.v1.CommitServicePerimetersResponse

Namespace

Google \ Identity \ AccessContextManager \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service_perimeters array<Google\Identity\AccessContextManager\V1\ServicePerimeter>

List of all the [Service Perimeter] [google.identity.accesscontextmanager.v1.ServicePerimeter] instances in the [Access Policy] [google.identity.accesscontextmanager.v1.AccessPolicy].

getServicePerimeters

List of all the Service Perimeter instances in the Access Policy.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServicePerimeters

List of all the Service Perimeter instances in the Access Policy.

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