Represents the results of a read operation on a user.
Inheritance Hierarchy
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
The UserResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserResponse | Initializes a new instance of the UserResponse class |
Properties
Name | Description | |
---|---|---|
![]() | Actions |
Gets a list of RESTful operations that a user has permissions to perform on the artifact.
|
![]() | AllowSettingsChange |
Gets or sets a Boolean value indicating whether the user will be able to change a limited number of their settings.
|
![]() | ArtifactID | (Inherited from ObjectIdentifier.) |
![]() | Client |
Gets or sets the Securable<T> identifier for the client associated with the user.
|
![]() | CreatedBy |
Gets the Artifact ID and name of the user who created the artifact.
|
![]() | CreatedOn |
Gets the date and time when the artifact was added to Relativity.
|
![]() | DefaultFilterVisibility |
Gets or sets a Boolean value indicating whether filters on all columns are visible by default.
|
![]() | DisableOnDate |
Gets or sets the date when the user's Relativity access will be auto-disabled.
|
![]() | DocumentViewerProperties |
Gets or sets user properties that are related to the document viewer.
|
![]() | EmailAddress |
Gets or sets the user's email address in the format name@domain.extension.
|
![]() | FirstName |
Gets or sets the user's first name.
|
![]() | Guids | (Inherited from ObjectIdentifier.) |
![]() | ItemListPageLength |
Gets or sets the default list length for all view in Relativity for the user.
|
![]() | Keywords |
Gets or sets any keywords associated with the artifact.
|
![]() | LastModifiedBy |
Gets the Artifact ID and name of the user who recently updated the artifact.
|
![]() | LastModifiedOn |
Gets the date and time when the artifact was most recently updated.
|
![]() | LastName |
Gets or sets the user's last name.
|
![]() | Meta |
Gets a list of unsupported and read-only properties on the current artifact.
|
![]() | Notes |
Gets or sets an optional description or other information about the artifact.
|
![]() | RelativityAccess |
Gets or sets whether the user can to log in to Relativity and be considered for billing under your Relativity license.
|
![]() | SavedSearchDefaultsToPublic |
Gets or sets a Boolean value indicating whether saved searches are public or private by default.
|
![]() | TrustedIPs |
Gets or sets an IP address or addresses that are valid locations from which the user can log in from.
|
![]() | Type |
Gets or sets the user's type. Type is for reference purposes only and has no impact on access or billing.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also