PortalPrivilege QML Type

  • Esri.ArcGISRuntime
  • PortalPrivilege
  • Represents a particular privilege possessed by a portal user. More...

    Import Statement: import Esri.ArcGISRuntime
    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

    [read-only] 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.


    [read-only] role : Enums.PortalPrivilegeRole

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

    See also Enums.PortalPrivilegeRole.


    [read-only, since Esri.ArcGISRuntime 100.12] 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.


    [read-only, since Esri.ArcGISRuntime 100.12] subtypeName : string

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

    Generally, the subtype name is the string representation of the PortalPrivilegeSubtype. However, if the subtype is PortalPrivilegeSubtypeUnknown, the subtype name is set with the subtype string found in the portal privilege JSON.

    This allows a new portal privilege subtype to be handled that was added at the server but is not yet defined as a Enums.PortalPrivilegeSubtype.

    This property was introduced in Esri.ArcGISRuntime 100.12.


    [read-only] type : Enums.PortalPrivilegeType

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

    See also Enums.PortalPrivilegeType.


    [read-only] typeName : string

    The type of operation this privilege permits (read-only).

    Generally, the type name is the string representation of the PortalPrivilegeType. However, if the type is PortalPrivilegeTypeUnknown, the type name is set with the type string found in the portal privilege JSON. This allows this API to handle a new portal privilege type added at the server that is not yet defined as a PortalPrivilegeType.


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