Class AccessPolicyState
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 AccessPolicyState : ResourceArgs
Constructors
View SourceAccessPolicyState()
Declaration
public AccessPolicyState()
Properties
View SourceCreateTime
Time the AccessPolicy was created in UTC.
Declaration
public Input<string> CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Resource name of the AccessPolicy. Format: {policy_id}
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Title
Human readable title. Does not affect behavior.
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UpdateTime
Time the AccessPolicy was updated in UTC.
Declaration
public Input<string> UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |