Show / Hide Table of Contents

Class ServicePerimeterStatusVpcAccessibleServicesGetArgs

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

Constructors

View Source

ServicePerimeterStatusVpcAccessibleServicesGetArgs()

Declaration
public ServicePerimeterStatusVpcAccessibleServicesGetArgs()

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.