Reference documentation and code samples for the Access Context Manager V1 Client class ReplaceServicePerimetersResponse.
A response to ReplaceServicePerimetersRequest. This will be put inside of Operation.response field.
Generated from protobuf message google.identity.accesscontextmanager.v1.ReplaceServicePerimetersResponse
Namespace
Google \ Identity \ AccessContextManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ service_perimeters |
array<Google\Identity\AccessContextManager\V1\ServicePerimeter>
List of the [Service Perimeter] [google.identity.accesscontextmanager.v1.ServicePerimeter] instances. |
getServicePerimeters
List of the Service Perimeter instances.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setServicePerimeters
List of the Service Perimeter instances.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Identity\AccessContextManager\V1\ServicePerimeter>
|
Returns | |
---|---|
Type | Description |
$this |