Show / Hide Table of Contents

Class LienState

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

Constructors

View Source

LienState()

Declaration
public LienState()

Properties

View Source

CreateTime

Time of creation

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

Name

A system-generated unique identifier for this Lien.

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

Origin

A stable, user-visible/meaningful string identifying the origin of the Lien, intended to be inspected programmatically. Maximum length of 200 characters.

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

Parent

A reference to the resource this Lien is attached to. The server will validate the parent against those for which Liens are supported. Since a variety of objects can have Liens against them, you must provide the type prefix (e.g. "projects/my-project-name").

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

Reason

Concise user-visible strings indicating why an action cannot be performed on a resource. Maximum length of 200 characters.

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

Restrictions

The types of operations which should be blocked as a result of this Lien. Each value should correspond to an IAM permission. The server will validate the permissions against those for which Liens are supported. An empty list is meaningless and will be rejected. e.g. ['resourcemanager.projects.delete']

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