Show / Hide Table of Contents

Class AccessLevelBasicArgs

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

Constructors

View Source

AccessLevelBasicArgs()

Declaration
public AccessLevelBasicArgs()

Properties

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 Input<string> CombiningFunction { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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