Class ServicePerimeterSpecVpcAccessibleServicesArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServicePerimeterSpecVpcAccessibleServicesArgs : ResourceArgs
Constructors
View SourceServicePerimeterSpecVpcAccessibleServicesArgs()
Declaration
public ServicePerimeterSpecVpcAccessibleServicesArgs()
Properties
View SourceAllowedServices
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> |
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> |