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.
Defines configuration to allow a group of users to use certificates from specific issuing certificate authorities to successfully authenticate.
Properties
Property | Type | Description |
---|---|---|
includeTargets | includeTarget collection | A collection of groups that are enabled to be in scope to use certificates issued by specific certificate authority. |
publicKeyInfrastructureIdentifier | String | Public Key Infrastructure container object under which the certificate authorities are stored in the Entra PKI based trust store. |
subjectKeyIdentifier | String | Subject Key Identifier that identifies the certificate authority uniquely. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.x509CertificateAuthorityScope",
"subjectKeyIdentifier": "String",
"publicKeyInfrastructureIdentifier": "String",
"includeTargets": [
{
"@odata.type": "microsoft.graph.includeTarget"
}
]
}