ArcGIS Runtime SDK for iOS
100.15
|
Privileges of a portal user.
Instances of this class represent a previlege possessed by a portal user. This privlege permits the user to peform specific operations on the portal.
Properties | |
AGSPortalPrivilegeRealm | realm |
AGSPortalPrivilegeRole | role |
AGSPortalPrivilegeSubtype | subtype |
NSString * | subtypeName |
AGSPortalPrivilegeType | type |
NSString * | typeName |
|
readnonatomicassign |
The realm the privilege belongs to. Helps to organize privileges into categories for aspects relating to a portal.
|
readnonatomicassign |
The role the privilege applies to.
|
readnonatomicassign |
The fine-grained operation subtype this privilege permits.
Subtypes control access to a few fine-grained operations. The value is AGSPortalPrivilegeSubtypeNone
unless this privilege relates to a fine-grained operation.
|
readnonatomiccopy |
The subtype name for this privilege.
|
readnonatomicassign |
The operation permitted by the privilege.
|
readnonatomiccopy |
The type represented as a string.