ArcGIS Runtime SDK for iOS: AGSPortalPrivilege Class Reference
ArcGIS Runtime SDK for iOS  100.15
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
 
AGSPortalPrivilegeSubtype subtype
 
NSString * subtypeName
 
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

◆ subtype

- (AGSPortalPrivilegeSubtype) subtype
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.

Since
100.12

◆ subtypeName

- (NSString*) subtypeName
readnonatomiccopy

The subtype name for this privilege.

Since
100.12

◆ type

- (AGSPortalPrivilegeType) type
readnonatomicassign

The operation permitted by the privilege.

Since
100

◆ typeName

- (NSString*) typeName
readnonatomiccopy

The type represented as a string.

Since
100