Model Oracle user (or schema) information.
Default tablespace (optional).
public String DefaultTablespace { get; set; }User idenification kind.
public IdentifiedBy IdentifiedBy { get; set; }User name.
public String Name { get; set; }User password (optional).
public String Password { get; set; }Whether the user password expires.
public Boolean PasswordExpires { get; set; }Profile for the user.
public String Profile { get; set; }Maximum allowed quota size in megabytes for the default tablespace, zero for unlimited.
public Int32 Quota { get; set; }Roles granted to the user.
public UserRoles Roles { get; set; }Temporary tablespace (optional).
public String TemporaryTablespace { get; set; }In this document