ReadOnlyWebUserInfo Class

A container about user information
<DataContract()> _ 
<Obfuscation(Exclude = true, ApplyToMembers = true)> _ 
Public Class ReadOnlyWebUserInfo 
Inherits UserInfo
This language is not supported or no code example is available.
[DataContract()] 
[Obfuscation(Exclude = true, ApplyToMembers = true)] 
public class ReadOnlyWebUserInfo : UserInfo
This language is not supported or no code example is available.
[DataContract()] 
[Obfuscation(Exclude = true, ApplyToMembers = true)] 
public ref class ReadOnlyWebUserInfo : public UserInfo^
This language is not supported or no code example is available.
public  
DataContract() 
Obfuscation(Exclude = true, ApplyToMembers = true) 
class ReadOnlyWebUserInfo 
extends UserInfo
This language is not supported or no code example is available.
Name Description
Public property ID Get the id of the user / contact (inherited from UserInfo).
Public property Type (inherited from UserInfo).
Public property id (inherited from UserInfo).
Top
Methods
 
Name Description
Public method Equals(object) Determines whether the specified object is equal to the current object. (inherited from UserInfo).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode() Serves as the default hash function. (inherited from UserInfo).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString() Get a string representation of the user (inherited from UserInfo).
Top
Fields
 
Name Description
Public field IsSingleSignOn Is this read only web user uses single sign on
Public field attributes Get any attributes, if requested - otherwise will be null (inherited from UserInfo).
Public field contact_info The contact information (inherited from UserInfo).
Public field is_contact_company_creator Is this a contact / company creator? (inherited from UserInfo).
Public field is_custom_login Is this a custom login? EG - does it have a password? (inherited from UserInfo).
Public field is_job_creator Is this a job creator? (inherited from UserInfo).
Public field is_locked Is it locked due to retrying incorrect password too many times (inherited from UserInfo).
Public field is_sys_admin Are we a system admin? (inherited from UserInfo).
Public field multi_factor_auth_mode The multi factor authentication mode this user will use when it can be defined per user (inherited from UserInfo).
Public field personal_project_id The id of a personal job, if they have one (inherited from UserInfo).
Public field windows_identity the windows identity (inherited from UserInfo).
Top
Contracts.Data.ReadOnlyWebUserInfo

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition