ReadOnlyWebUserInfo Class
<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.
Name | Description | |
---|---|---|
![]() |
ReadOnlyWebUserInfo(UserInfo) |
Name | Description | |
---|---|---|
![]() |
Equals(object) | Determines whether the specified object is equal to the current object. (inherited from UserInfo). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
GetHashCode() | Serves as the default hash function. (inherited from UserInfo). |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString() | Get a string representation of the user (inherited from UserInfo). |
Name | Description | |
---|---|---|
![]() |
IsSingleSignOn | Is this read only web user uses single sign on |
![]() |
attributes | Get any attributes, if requested - otherwise will be null (inherited from UserInfo). |
![]() |
contact_info | The contact information (inherited from UserInfo). |
![]() |
is_contact_company_creator | Is this a contact / company creator? (inherited from UserInfo). |
![]() |
is_custom_login | Is this a custom login? EG - does it have a password? (inherited from UserInfo). |
![]() |
is_job_creator | Is this a job creator? (inherited from UserInfo). |
![]() |
is_locked | Is it locked due to retrying incorrect password too many times (inherited from UserInfo). |
![]() |
is_sys_admin | Are we a system admin? (inherited from UserInfo). |
![]() |
multi_factor_auth_mode | The multi factor authentication mode this user will use when it can be defined per user (inherited from UserInfo). |
![]() |
personal_project_id | The id of a personal job, if they have one (inherited from UserInfo). |
![]() |
windows_identity | the windows identity (inherited from UserInfo). |