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 SourceAllowedDeviceManagementLevels
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> |
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> |
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> |
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> |
RequireCorpOwned
Whether the device needs to be corp owned.
Declaration
public readonly bool? RequireCorpOwned
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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> |