Show / Hide Table of Contents

Class ServicePerimeterStatusArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServicePerimeterStatusArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServicePerimeterStatusArgs : ResourceArgs

Constructors

View Source

ServicePerimeterStatusArgs()

Declaration
public ServicePerimeterStatusArgs()

Properties

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 InputList<string> AccessLevels { get; set; }
Property Value
Type Description
InputList<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 InputList<string> Resources { get; set; }
Property Value
Type Description
InputList<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 InputList<string> RestrictedServices { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.