UserConfiguration Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Databases
The UserConfiguration type exposes the following members.
Name | Description | |
---|---|---|
UserConfiguration(UserName, String, DatabaseName) |
Initializes a new instance of the UserConfiguration class
with the specified user name, password, and databases to initially grant
access to.
| |
UserConfiguration(UserName, String, IEnumerableDatabaseName) |
Initializes a new instance of the UserConfiguration class
with the specified user name, password, and databases to initially grant
access to.
|
Name | Description | |
---|---|---|
Databases |
Gets a collection of DatabaseName objects identifying the databases to
initially grant access to.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
Password |
Gets the password for the user.
| |
UserName |
Gets a UserName object describing the username and host of the user.
|