Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Determines whether certificate-based authentication should fail if the issuing Certificate Authority (CA) doesn't have a valid certificate revocation list (CRL) configured. Includes the subject key identifier (SKI) of the CAs that should be exempted from CRL validation.
Properties
Property | Type | Description |
---|---|---|
exemptedCertificateAuthoritiesSubjectKeyIdentifiers | String collection | Represents the SKIs of CAs that should be excluded from the valid CRL distribution point check. SKI is represented as a hexadecimal string. |
state | x509CertificateCRLValidationConfigurationState | Describes whether valid CRLDistributionPoint is required from CAs for CBA to be successful. The possible values are: disabled , enabled , unknownFutureValue . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.x509CertificateCRLValidationConfiguration",
"exemptedCertificateAuthoritiesSubjectKeyIdentifiers": [
"String"
],
"state": "String"
}