Stores rule and position of AddAuth. More...
#import <AddAuth.h>
Properties | |
| NSInteger | position |
| The position in the policy where this authorization will be inserted. | |
| Rule * | rule |
| The rule which is going to be inserted at that position. | |
Stores rule and position of AddAuth.
- (NSInteger) position [read, write, assign] |
The position in the policy where this authorization will be inserted.
- (Rule *) rule [read, write, retain] |
The rule which is going to be inserted at that position.
1.7.2