Class LienState
Inherited Members
Namespace: Pulumi.Gcp.ResourceManager
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class LienState : ResourceArgs
Constructors
View SourceLienState()
Declaration
public LienState()
Properties
View SourceCreateTime
Time of creation
Declaration
public Input<string> CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A system-generated unique identifier for this Lien.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |