Edit

Share via


upnSignInIdentifier 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 sign-in identifier that enables users to authenticate using their user principal name. 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 UPN sign-in identifier type is enabled for user authentication in the tenant. Inherited from signInIdentifierBase.
name String The unique name identifier for this UPN sign-in identifier configuration. Always set to "UPN" for this identifier type. Inherited from signInIdentifierBase.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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