Class ServicePerimeterStatusArgs
Inherited Members
Namespace: Pulumi.Gcp.AccessContextManager.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServicePerimeterStatusArgs : ResourceArgs
Constructors
View SourceServicePerimeterStatusArgs()
Declaration
public ServicePerimeterStatusArgs()
Properties
View SourceAccessLevels
A list of AccessLevel resource names that allow resources within the ServicePerimeter to be accessed from the internet. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel is a syntax error. If no AccessLevel names are listed, resources within the perimeter can only be accessed via GCP calls with request origins within the perimeter. For Service Perimeter Bridge, must be empty. Format: accessPolicies/{policy_id}/accessLevels/{access_level_name}
Declaration
public InputList<string> AccessLevels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Resources
A list of GCP resources that are inside of the service perimeter. Currently only projects are allowed. Format: projects/{project_number}
Declaration
public InputList<string> Resources { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
RestrictedServices
GCP services that are subject to the Service Perimeter
restrictions. Must contain a list of services. For example, if
storage.googleapis.com is specified, access to the storage
buckets inside the perimeter must meet the perimeter's access
restrictions.
Declaration
public InputList<string> RestrictedServices { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
VpcAccessibleServices
Specifies how APIs are allowed to communicate within the Service Perimeter. Structure is documented below.
Declaration
public Input<ServicePerimeterStatusVpcAccessibleServicesArgs> VpcAccessibleServices { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServicePerimeterStatusVpcAccessibleServicesArgs> |