UserResponse Class

Relativity Services API
Represents the results of a read operation on a user.
Inheritance Hierarchy

System.Object
  Relativity.Services.Interfaces.Shared.Models.ObjectIdentifier
    Relativity.Services.Interfaces.UserInfo.Models.UserResponse

Namespace:  Relativity.Services.Interfaces.UserInfo.Models
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class UserResponse : ObjectIdentifier

The UserResponse type exposes the following members.

Constructors

  NameDescription
Public methodUserResponse
Initializes a new instance of the UserResponse class
Top
Properties

  NameDescription
Public propertyActions
Gets a list of RESTful operations that a user has permissions to perform on the artifact.
Public propertyAllowSettingsChange
Gets or sets a Boolean value indicating whether the user will be able to change a limited number of their settings.
Public propertyArtifactID (Inherited from ObjectIdentifier.)
Public propertyClient
Public propertyCreatedBy
Gets the Artifact ID and name of the user who created the artifact.
Public propertyCreatedOn
Gets the date and time when the artifact was added to Relativity.
Public propertyDefaultFilterVisibility
Gets or sets a Boolean value indicating whether filters on all columns are visible by default.
Public propertyDisableOnDate
Gets or sets the date when the user's Relativity access will be auto-disabled.
Public propertyDocumentViewerProperties
Gets or sets user properties that are related to the document viewer.
Public propertyEmailAddress
Gets or sets the user's email address in the format name@domain.extension.
Public propertyFirstName
Gets or sets the user's first name.
Public propertyGuids (Inherited from ObjectIdentifier.)
Public propertyItemListPageLength
Gets or sets the default list length for all view in Relativity for the user.
Public propertyKeywords
Gets or sets any keywords associated with the artifact.
Public propertyLastModifiedBy
Gets the Artifact ID and name of the user who recently updated the artifact.
Public propertyLastModifiedOn
Gets the date and time when the artifact was most recently updated.
Public propertyLastName
Gets or sets the user's last name.
Public propertyMeta
Gets a list of unsupported and read-only properties on the current artifact.
Public propertyNotes
Gets or sets an optional description or other information about the artifact.
Public propertyRelativityAccess
Gets or sets whether the user can to log in to Relativity and be considered for billing under your Relativity license.
Public propertySavedSearchDefaultsToPublic
Gets or sets a Boolean value indicating whether saved searches are public or private by default.
Public propertyTrustedIPs
Gets or sets an IP address or addresses that are valid locations from which the user can log in from.
Public propertyType
Gets or sets the user's type. Type is for reference purposes only and has no impact on access or billing.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference