Class AccessLevelBasicArgs
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.AccessContextManager.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AccessLevelBasicArgs : ResourceArgs
Constructors
View SourceAccessLevelBasicArgs()
Declaration
public AccessLevelBasicArgs()
Properties
View SourceCombiningFunction
How the conditions list should be combined to determine if a request is granted this AccessLevel. If AND is used, each Condition in conditions must be satisfied for the AccessLevel to be applied. If OR is used, at least one Condition in conditions must be satisfied for the AccessLevel to be applied.
Declaration
public Input<string> CombiningFunction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Conditions
A set of requirements for the AccessLevel to be granted. Structure is documented below.
Declaration
public InputList<AccessLevelBasicConditionArgs> Conditions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AccessLevelBasicConditionArgs> |