PortalPrivilege QML Type

Represents a particular privilege possessed by a portal user. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

Object

Properties

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

realm : Enums.PortalPrivilegeRealm

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.


role : Enums.PortalPrivilegeRole

The role the privilege applies to (read-only).

See also Enums.PortalPrivilegeRole.


subtype : Enums.PortalPrivilegeSubtype

The fine-grained operation subtype this privilege permits (read-only).

Subtypes control access to a few fine-grained operations. The value is Enums.PortalPrivilegeSubtypeNone unless this privilege relates to a fine-grained operation.

This property was introduced in Esri.ArcGISRuntime 100.12.


subtypeName : string

The subtype name for this privilege (read-only).

Generally, the subtype name is the string representation of the subtype. However, if the subtype is Enums.PortalPrivilegeSubtypeUnknown, the subtype name is set with the subtype string found in the portal privilege JSON. This allows this API to handle new portal privilege subtypes added at the server but not yet exposed in ArcGIS Runtime.

This property was introduced in Esri.ArcGISRuntime 100.12.


type : Enums.PortalPrivilegeType

The operation permitted by the privilege (read-only).

See also Enums.PortalPrivilegeType.


typeName : string

The type name of the privilege (read-only).


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.