Show / Hide Table of Contents

Class AccessPolicyArgs

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

Constructors

View Source

AccessPolicyArgs()

Declaration
public AccessPolicyArgs()

Properties

View Source

Parent

The parent of this AccessPolicy in the Cloud Resource Hierarchy. Format: organizations/{organization_id}

Declaration
public Input<string> Parent { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Title

Human readable title. Does not affect behavior.

Declaration
public Input<string> Title { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.