Show / Hide Table of Contents

Class ServicePerimeterResourceState

Inheritance
System.Object
InputArgs
ResourceArgs
ServicePerimeterResourceState
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
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServicePerimeterResourceState : ResourceArgs

Constructors

View Source

ServicePerimeterResourceState()

Declaration
public ServicePerimeterResourceState()

Properties

View Source

PerimeterName

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.