Interface IDevicePolicyRuleCondition
Represents a DevicePolicyRuleCondition resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IDevicePolicyRuleCondition : IResource
Properties
Migrated
Declaration
bool? Migrated { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
IDevicePolicyRuleConditionPlatform Platform { get; set; }
Property Value
Rooted
Declaration
bool? Rooted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
TrustLevel
Declaration
string TrustLevel { get; set; }
Property Value
Type |
Description |
System.String |
|