Show / Hide Table of Contents

Class AccessLevelBasicConditionDevicePolicyOsConstraintArgs

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

Constructors

View Source

AccessLevelBasicConditionDevicePolicyOsConstraintArgs()

Declaration
public AccessLevelBasicConditionDevicePolicyOsConstraintArgs()

Properties

View Source

MinimumVersion

The minimum allowed OS version. If not set, any version of this OS satisfies the constraint. Format: "major.minor.patch" such as "10.5.301", "9.2.1".

Declaration
public Input<string> MinimumVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OsType

The operating system type of the device.

Declaration
public Input<string> OsType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.