Show / Hide Table of Contents

Class AccessLevelBasicGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccessLevelBasicGetArgs
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 AccessLevelBasicGetArgs : ResourceArgs

Constructors

View Source

AccessLevelBasicGetArgs()

Declaration
public AccessLevelBasicGetArgs()

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<AccessLevelBasicConditionGetArgs> Conditions { get; set; }
Property Value
Type Description
InputList<AccessLevelBasicConditionGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.