ProvisionPolicyStatuses

ProvisionPolicyStatuses enumeration

The value indicates the success or failure of the client to apply the policy settings retrieved from the server.

public enum ProvisionPolicyStatuses

Values

Name Value Description
Success 1 The client operation was successful.
PartialSuccess 2 Partial success (at least the PIN was enabled).
NotApply 3 The client did not apply the policy at all.
ProvisionedByThirdParty 4 The client claims to have been provisioned by a third party.

See Also