Class VpcAccessibleServices
Specifies how APIs are allowed to communicate within the Service Perimeter.
Implements
Inherited Members
Namespace: Google.Apis.AccessContextManager.v1.Data
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class VpcAccessibleServices : IDirectResponseSchema
Properties
AllowedServicePatterns
Specifies which Google services are allowed to be accessed from VPC networks in the service perimeter.
Declaration
[JsonProperty("allowedServicePatterns")]
public virtual IList<ServicePattern> AllowedServicePatterns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ServicePattern> |
AllowedServices
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.
Declaration
[JsonProperty("allowedServices")]
public virtual IList<string> AllowedServices { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableRestriction
Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowed_services'.
Declaration
[JsonProperty("enableRestriction")]
public virtual bool? EnableRestriction { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ServicePatternsEnforcementScopes
Defines the enforcement scopes of service patterns.
Declaration
[JsonProperty("servicePatternsEnforcementScopes")]
public virtual IList<string> ServicePatternsEnforcementScopes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |