| title | x509CertificateIssuerHintsConfiguration resource type |
|---|---|
| description | Determines the subject names of all the trust certificate authorities in the trust store to be sent back as hints to the client side to filter the certificates shown in certificate picker. |
| author | vimrang |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Determines whether issuer(CA) hints are sent back to the client side to filter the certificates shown in certificate picker.
| Property | Type | Description |
|---|---|---|
| state | x509CertificateIssuerHintsState | The possible values are: disabled, enabled, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.x509CertificateIssuerHintsConfiguration",
"state": "String"
}