Edit

Share via


emailSignInIdentifier 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 an email sign-in identifier that allows users to authenticate using their email address. This is a built-in sign-in identifier that can't 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 email sign-in identifier type is enabled for user authentication in the tenant. Inherited from signInIdentifierBase.
name String The unique name identifier for this email sign-in identifier configuration. Always set to "Email" for this identifier type. Inherited from signInIdentifierBase.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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