MSUserPolicyType enum

Protection policy type.

Signature

typedef NS_ENUM(NSUInteger, MSUserPolicyType) {
    TemplateBased = 0,
    Custom = 1
};

Members

Member Value Notes
TemplateBased
0
Policy is based on a template
Custom
1
Policy is custom

Defined in

MSUserPolicy.h

Supported Platforms

Minimum supported OS versions
iOS 7.0 and OS X 10.8