Show / Hide Table of Contents

Class ServicePerimeterSpec

Inheritance
System.Object
ServicePerimeterSpec
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.AccessContextManager.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServicePerimeterSpec

Fields

View Source

AccessLevels

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>
View Source

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>
View Source

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>
View Source

VpcAccessibleServices

Specifies how APIs are allowed to communicate within the Service Perimeter. Structure is documented below.

Declaration
public readonly ServicePerimeterSpecVpcAccessibleServices VpcAccessibleServices
Field Value
Type Description
ServicePerimeterSpecVpcAccessibleServices
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.