Class AccessLevelBasic
Inheritance
System.Object
AccessLevelBasic
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AccessLevelBasic
Fields
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 readonly string CombiningFunction
Field Value
| Type | Description |
|---|---|
| System.String |
Conditions
A set of requirements for the AccessLevel to be granted. Structure is documented below.
Declaration
public readonly ImmutableArray<AccessLevelBasicCondition> Conditions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<AccessLevelBasicCondition> |