Class ServicePerimeterStatusVpcAccessibleServices
Inheritance
System.Object
ServicePerimeterStatusVpcAccessibleServices
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 ServicePerimeterStatusVpcAccessibleServices
Fields
View SourceAllowedServices
The list of APIs usable within the Service Perimeter.
Must be empty unless enableRestriction is True.
Declaration
public readonly ImmutableArray<string> AllowedServices
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
EnableRestriction
Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowedServices'.
Declaration
public readonly bool? EnableRestriction
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |