PortalPrivilege QML Type
Represents a particular privilege possessed by a portal user. More...
Import Statement: | import Esri.ArcGISRuntime 100.10 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- realm : Enums.PortalPrivilegeRealm
- role : Enums.PortalPrivilegeRole
- type : Enums.PortalPrivilegeType
- typeName : string
Detailed Description
This privilege permits the PortalUser to peform specific operations on the Portal.
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
The realm the privilege belongs to (read-only).
Realms help to organize privileges into categories for aspects relating to a portal.
See also Enums.PortalPrivilegeRealm.
The role the privilege applies to (read-only).
See also Enums.PortalPrivilegeRole.
The operation permitted by the privilege (read-only).
See also Enums.PortalPrivilegeType.