Class DevicePolicyRuleCondition
Represents a resource in the Okta API.
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: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class DevicePolicyRuleCondition : Resource, IDevicePolicyRuleCondition, IResource
Properties
Migrated
Declaration
public bool? Migrated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Platform
Declaration
public IDevicePolicyRuleConditionPlatform Platform { get; set; }
Property Value
Type | Description |
---|---|
IDevicePolicyRuleConditionPlatform |
Rooted
Declaration
public bool? Rooted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
TrustLevel
Declaration
public string TrustLevel { get; set; }
Property Value
Type | Description |
---|---|
System.String |