Class AppEngineServiceIamMemberConditionArgs
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.Iap.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AppEngineServiceIamMemberConditionArgs : ResourceArgs
Constructors
View SourceAppEngineServiceIamMemberConditionArgs()
Declaration
public AppEngineServiceIamMemberConditionArgs()
Properties
View SourceDescription
An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Expression
Textual representation of an expression in Common Expression Language syntax.
Declaration
public Input<string> Expression { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Title
A title for the expression, i.e. a short string describing its purpose.
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |