Show / Hide Table of Contents

Class WebTypeComputeIamBindingConditionGetArgs

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

Constructors

View Source

WebTypeComputeIamBindingConditionGetArgs()

Declaration
public WebTypeComputeIamBindingConditionGetArgs()

Properties

View Source

Description

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.