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.
Represents a user's rights.
Signature
@interface MSUserRights : MSSecurableCodeObject
Methods
| Name | Description |
|---|---|
| initWithUsers |
Initialize an MSUserRights object's properties; a set of users and a set of rights. |
Properties
| Name | Description |
|---|---|
| rights |
The rights that are granted |
| users |
The users to whom the rights are granted |
Defined in
MSUserRights.h
Supported Platforms
| Minimum supported OS versions |
iOS 7.0 and OS X 10.8 |
Thread Safety
Members of this class are not guaranteed to be thread safe.