Class ServicePerimeterResourceState
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
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServicePerimeterResourceState : ResourceArgs
Constructors
View SourceServicePerimeterResourceState()
Declaration
public ServicePerimeterResourceState()
Properties
View SourcePerimeterName
The name of the Service Perimeter to add this resource to.
Declaration
public Input<string> PerimeterName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Resource
A GCP resource that is inside of the service perimeter. Currently only projects are allowed. Format: projects/{project_number}
Declaration
public Input<string> Resource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |