Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Information for describing a policy. Inherits from MSSecureCodableObject.
Signature
@interface MSPolicyDescriptor : MSSecureCodableObject
Methods
| Name | Description |
|---|---|
| initWithUserRights |
Add user rights for the custom policy |
| initWithUserRoles |
Add user roles for the custom policy |
Properties
| Name | Description |
|---|---|
| licenseMetadata |
Document tracking information |
| policyName |
Policy name |
| policyDescription |
Policy description |
| userRightsList |
Rights granted to users |
| userRolesList |
Roles granted to users |
| referrer |
Referral info |
| contentValidUntil |
Validity time |
| offlineCacheLifetimeInDays |
Interval time |
| encryptedAppData |
App specific data, encrypted |
| signedAppData |
App specific data, signed |
Defined in
MSPolicyDescriptor.h
Supported Platforms
| Minimum supported OS versions |
iOS 7.0 and OS X 10.8 |
Remarks
Thread Safety
Members of this class are not guaranteed to be thread safe.