Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 1.57 KB

File metadata and controls

64 lines (49 loc) · 1.57 KB
title passwordSingleSignOnCredentialSet resource type
description Indicates a set of credentials that completely define a sign in flow for a user or group to an application.
ms.localizationpriority medium
author Jackson-Woods
ms.subservice entra-applications
doc_type resourcePageType
ms.date 07/22/2024

passwordSingleSignOnCredentialSet resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Indicates a set of credentials that completely define a sign in flow for a user or group to an application.

Properties

Property Type Description
credentials credential collection A list of credential objects that define the complete sign in flow.
id String The ID of the user or group this credential set belongs to.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.passwordSingleSignOnCredentialSet",
  "id": "String",
  "credentials": [
      {
        "@odata.type": "microsoft.graph.credential"
      }
  ]
}