Represents a DTO used as a request for creating or updating a user.
Inheritance Hierarchy
Relativity.Services.Interfaces.UserInfo.Models.UserRequest
Namespace: Relativity.Services.Interfaces.UserInfo.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The UserRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserRequest() |
Initializes an instance of the UserRequest class with all properties set to their default values.
|
![]() | UserRequest(UserResponse) |
Initializes an instance of the UserRequest class with a response object, which is useful for chaining commands.
|
Properties
Name | Description | |
---|---|---|
![]() | AllowSettingsChange |
Gets or sets a Boolean value indicating whether the user will be able to change a limited number of their settings.
|
![]() | Client |
Gets or sets the Securable<T> identifier for the client associated with the user
|
![]() | 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.
|
![]() | 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 user.
|
![]() | LastName |
Gets or sets the user's last name.
|
![]() | Notes |
Gets or sets an optional description or other information about the user.
|
![]() | 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.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Implicit(UserResponse to UserRequest) |
Allows a UserResponse to be implicitly converted to a UserRequest
|
See Also