| User Class |
Namespace: Oracle.Cloud.Mobile.Authorization
The User type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Inherited from IDictionary.
| |
The user's email address.
| ||
| FirstName |
The user's first name.
| |
| Id |
The user's ID.
| |
| IsReadOnly |
Inherited from IDictionary.
| |
| Item |
Returns the value of a property associated with the user resource.
| |
| Keys |
Inherited from IDictionary.
| |
| LastName |
The user's last name.
| |
| UserName |
The username used to login.
| |
| Values |
Inherited from IDictionary.
|
| Name | Description | |
|---|---|---|
| Add(KeyValuePairString, String) |
Inherited from IDictionary.
| |
| Add(String, String) |
Inherited from IDictionary.
| |
| Clear |
Inherited from IDictionary.
| |
| Contains |
Inherited from IDictionary.
| |
| ContainsKey |
Inherited from IDictionary.
| |
| CopyTo |
Inherited from IDictionary.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Inherited from IDictionary.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove(KeyValuePairString, String) |
Inherited from IDictionary.
| |
| Remove(String) |
Inherited from IDictionary.
| |
| ToString |
The JSON representation of the user resource.
(Overrides ObjectToString.) | |
| TryGetValue |
Inherited from IDictionary.
|