Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PortalUserProperties

Hierarchy

  • PortalUserProperties

Index

Properties

Optional access

access: "public" | "private" | "org"

Indicates the level of access of the user.

Read more...

Optional created

The date the user was created.

Read more...

Optional culture

culture: string

The culture information for the user.

Read more...

Optional description

description: string

A description of the user.

Read more...

Optional email

email: string

The user's e-mail address.

Read more...

Optional fullName

fullName: string

The user's full name.

Read more...

Optional modified

modified: DateProperties

The date the user was last modified.

Read more...

Optional orgId

orgId: string

The ID of the organization the user belongs to.

Read more...

Optional portal

The portal associated with the user.

Read more...

Optional preferredView

preferredView: string

The user's preferred view for content, either web or GIS.

Read more...

Optional region

region: string

The user preferred region, used to set the featured maps on the home page, content in the gallery, and the default extent of new maps in the Viewer.

Read more...

Optional role

role: "org_admin" | "org_publisher" | "org_user"

Defines the user's role in the organization.

Read more...

Optional roleId

roleId: string

The ID of the user's role.

Read more...

Optional sourceJSON

sourceJSON: any

The JSON used to create the property values when the PortalUser is created.

Read more...

Optional units

units: "metric" | "english"

The user's personal units of measure setting.

Read more...

Optional username

username: string

The username of the user.

Read more...

Generated using TypeDoc