UserUpdateParameters Class

Definition

User update parameters.

[Microsoft.Rest.Serialization.JsonTransformation]
public class UserUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type UserUpdateParameters = class
Public Class UserUpdateParameters
Inheritance
UserUpdateParameters
Attributes

Constructors

UserUpdateParameters()

Initializes a new instance of the UserUpdateParameters class.

UserUpdateParameters(String, String, IList<UserIdentityContract>, String, String, String, String)

Initializes a new instance of the UserUpdateParameters class.

Properties

Email

Gets or sets email address. Must not be empty and must be unique within the service instance.

FirstName

Gets or sets first name.

Identities

Gets or sets collection of user identities.

LastName

Gets or sets last name.

Note

Gets or sets optional note about a user set by the administrator.

Password

Gets or sets user Password.

State

Gets or sets account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active. Possible values include: 'active', 'blocked', 'pending', 'deleted'

Methods

Validate()

Validate the object.

Applies to