Show / Hide Table of Contents

Class FhirStoreIamBindingConditionArgs

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

Constructors

View Source

FhirStoreIamBindingConditionArgs()

Declaration
public FhirStoreIamBindingConditionArgs()

Properties

View Source

Description

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

Expression

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

Title

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