| title | passwordSingleSignOnField resource type |
|---|---|
| description | Fields to capture the credentials for password SSO |
| ms.localizationpriority | medium |
| author | luleonpla |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 04/03/2024 |
[!INCLUDE beta-disclaimer]
Contains the fields to capture to fill the use credentials for Password-based single sign-on.
| Property | Type | Description |
|---|---|---|
| customizedLabel | String | Title/label override for customization. |
| defaultLabel | String | Label that would be used if no customizedLabel is provided. Read only. |
| fieldId | String | Id used to identity the field type. This is an internal ID and possible values are param_1, param_2, param_userName, param_password. |
| type | String | Type of the credential. The values can be text, password. |
The following JSON representation shows the resource type.
{
"customizedLabel": "String",
"defaultLabel": "String",
"fieldId": "String",
"type": "String"
}