Show / Hide Table of Contents

Class AccessLevelBasicConditionDevicePolicy

Inheritance
System.Object
AccessLevelBasicConditionDevicePolicy
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 AccessLevelBasicConditionDevicePolicy

Fields

View Source

AllowedDeviceManagementLevels

A list of allowed device management levels. An empty list allows all management levels.

Declaration
public readonly ImmutableArray<string> AllowedDeviceManagementLevels
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

AllowedEncryptionStatuses

A list of allowed encryptions statuses. An empty list allows all statuses.

Declaration
public readonly ImmutableArray<string> AllowedEncryptionStatuses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

OsConstraints

A list of allowed OS versions. An empty list allows all types and all versions. Structure is documented below.

Declaration
public readonly ImmutableArray<AccessLevelBasicConditionDevicePolicyOsConstraint> OsConstraints
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<AccessLevelBasicConditionDevicePolicyOsConstraint>
View Source

RequireAdminApproval

Whether the device needs to be approved by the customer admin.

Declaration
public readonly bool? RequireAdminApproval
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

RequireCorpOwned

Whether the device needs to be corp owned.

Declaration
public readonly bool? RequireCorpOwned
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

RequireScreenLock

Whether or not screenlock is required for the DevicePolicy to be true. Defaults to false.

Declaration
public readonly bool? RequireScreenLock
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.