Edit

Share via


usernameSignInIdentifier resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a username sign-in identifier that enables users to authenticate using a simple username. This is a built-in sign-in identifier that cannot be created or deleted, but can be enabled or disabled.

Inherits from signInIdentifierBase.

Methods

None.

For the list of API operations for managing this resource type, see the signInIdentifierBase resource type.

Properties

Property Type Description
isEnabled Boolean Indicates whether this username sign-in identifier type is enabled for user authentication in the tenant. Inherited from signInIdentifierBase.
name String The unique name identifier for this username sign-in identifier configuration. Always set to "Username" for this identifier type. Inherited from signInIdentifierBase.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.usernameSignInIdentifier",
  "name": "String (identifier)",
  "isEnabled": "Boolean"
}