public sealed class VpcAccessibleServices : IMessage<ServicePerimeterConfig.Types.VpcAccessibleServices>, IEquatable<ServicePerimeterConfig.Types.VpcAccessibleServices>, IDeepCloneable<ServicePerimeterConfig.Types.VpcAccessibleServices>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class ServicePerimeterConfig.Types.VpcAccessibleServices.
Specifies how APIs are allowed to communicate within the Service
Perimeter.
public RepeatedField<string> AllowedServices { get; }
The list of APIs usable within the Service Perimeter. Must be empty
unless 'enable_restriction' is True. You can specify a list of individual
services, as well as include the 'RESTRICTED-SERVICES' value, which
automatically includes all of the services protected by the perimeter.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The document provides reference information for the `ServicePerimeterConfig.Types.VpcAccessibleServices` class within the Google Identity Access Context Manager v1 API, detailing its role in specifying how APIs communicate within a Service Perimeter."],["This class, `VpcAccessibleServices`, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities related to message handling, equality comparison, deep cloning, and buffered messaging."],["The `VpcAccessibleServices` class includes two constructors, one default and another that takes an instance of itself as a parameter, allowing for object initialization and copying."],["Key properties of `VpcAccessibleServices` are `AllowedServices`, which specifies the APIs permitted within the Service Perimeter, and `EnableRestriction`, which determines if API calls are limited to the `allowed_services` list."],["The document also provides a history of documentation versions for the `VpcAccessibleServices`, ranging from version 1.2.0 to the latest version 2.5.0, each having its dedicated link for reference."]]],[]]