Show / Hide Table of Contents

Class AccessPolicyState

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

Constructors

View Source

AccessPolicyState()

Declaration
public AccessPolicyState()

Properties

View Source

CreateTime

Time the AccessPolicy was created in UTC.

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

Name

Resource name of the AccessPolicy. Format: {policy_id}

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
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

UpdateTime

Time the AccessPolicy was updated in UTC.

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