Class ServicePerimeterStatus
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.AccessContextManager.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServicePerimeterStatus
Fields
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 readonly ImmutableArray<string> AccessLevels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<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 readonly ImmutableArray<string> Resources
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<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 readonly ImmutableArray<string> RestrictedServices
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
VpcAccessibleServices
Specifies how APIs are allowed to communicate within the Service Perimeter. Structure is documented below.
Declaration
public readonly ServicePerimeterStatusVpcAccessibleServices VpcAccessibleServices
Field Value
| Type | Description |
|---|---|
| ServicePerimeterStatusVpcAccessibleServices |