Show / Hide Table of Contents

Class ServicePerimeterStatusVpcAccessibleServicesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServicePerimeterStatusVpcAccessibleServicesArgs
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 ServicePerimeterStatusVpcAccessibleServicesArgs : ResourceArgs

Constructors

View Source

ServicePerimeterStatusVpcAccessibleServicesArgs()

Declaration
public ServicePerimeterStatusVpcAccessibleServicesArgs()

Properties

View Source

AllowedServices

The list of APIs usable within the Service Perimeter. Must be empty unless enableRestriction is True.

Declaration
public InputList<string> AllowedServices { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

EnableRestriction

Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowedServices'.

Declaration
public Input<bool> EnableRestriction { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.