C# Class ConoHaNet.Objects.NewUser

Inheritance: ExtensibleJsonObject
Exibir arquivo Open project: crowdy/OpenStack-ConoHa

Private Properties

Property Type Description

Public Methods

Method Description
NewUser ( string username, string email, string password = null, bool enabled = true ) : Providers

Initializes a new instance of the NewUser class with the specified username, email address, password, and value indicating whether or not the user is initially enabled.

Method Details

NewUser() public method

Initializes a new instance of the NewUser class with the specified username, email address, password, and value indicating whether or not the user is initially enabled.
public NewUser ( string username, string email, string password = null, bool enabled = true ) : Providers
username string The username of the new user (see ).
email string The email address of the new user (see ).
password string The password for the new user (see ).
enabled bool if the user is initially enabled; otherwise, (see ).
return Providers