| 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 |
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.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.passwordSingleSignOnCredentialSet",
"id": "String",
"credentials": [
{
"@odata.type": "microsoft.graph.credential"
}
]
}