ArcGIS Runtime SDK for iOS: AGSPortalPrivilege Class Reference
ArcGIS Runtime SDK for iOS  100.9
AGSPortalPrivilege Class Reference

Description

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.

Since
100
Inheritance diagram for AGSPortalPrivilege:

Properties

AGSPortalPrivilegeRealm realm
 
AGSPortalPrivilegeRole role
 
AGSPortalPrivilegeType type
 
NSString * typeName
 

Property Documentation

§ realm

- (AGSPortalPrivilegeRealm) realm
readnonatomicassign

The realm the privilege belongs to. Helps to organize privileges into categories for aspects relating to a portal.

Since
100

§ role

- (AGSPortalPrivilegeRole) role
readnonatomicassign

The role the privilege applies to.

Since
100

§ type

- (AGSPortalPrivilegeType) type
readnonatomicassign

The operation permitted by the privilege.

Since
100

§ typeName

- (NSString*) typeName
readnonatomiccopy

The type represented as a string.

Since
100