UserEntityBaseParameters Class

Definition

User Entity Base Parameters set.

public class UserEntityBaseParameters
type UserEntityBaseParameters = class
Public Class UserEntityBaseParameters
Inheritance
UserEntityBaseParameters

Constructors

UserEntityBaseParameters()

Initializes a new instance of the UserEntityBaseParameters class.

UserEntityBaseParameters(String, String, IList<UserIdentityContract>)

Initializes a new instance of the UserEntityBaseParameters class.

Properties

Identities

Gets or sets collection of user identities.

Note

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

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'

Applies to