Class SecureConnectDevicePolicy
SecureConnectDevicePolicy
[DataContract]
public class SecureConnectDevicePolicy
- Inheritance
-
SecureConnectDevicePolicy
- Inherited Members
Constructors
SecureConnectDevicePolicy()
public SecureConnectDevicePolicy()
Properties
CreatedAt
The time when the policy was created. Specify an ISO 8601-formatted timestamp.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "createdAt")]
public DateTime CreatedAt { get; set; }
Property Value
IsAppliedDirectly
Specify whether the policy is directly applied to this network device.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "isAppliedDirectly")]
public bool IsAppliedDirectly { get; set; }
Property Value
IsDSefault
Specify whether the policy is the default policy.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "isDefault")]
public bool IsDSefault { get; set; }
Property Value
Name
The name of the policy.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "deviceId")]
public string Name { get; set; }
Property Value
PolicyId
The unique ID for the policy.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "policyId")]
public int? PolicyId { get; set; }
Property Value
- int?
Priority
The priority of the policy.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "priority")]
public int? Priority { get; set; }
Property Value
- int?