Show / Hide Table of Contents

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 Source

CombiningFunction

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

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