Skip to content

Latest commit

 

History

History
129 lines (94 loc) · 4.88 KB

File metadata and controls

129 lines (94 loc) · 4.88 KB
title Get mutualTlsOauthConfiguration
description Get the properties and relationships of the specified mutualTlsOauthConfiguration resource.
author atastrophic
ms.localizationpriority medium
ms.subservice entra-id
doc_type apiPageType
ms.date 12/31/2024

Get mutualTlsOauthConfiguration

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Get the properties and relationships of the specified mutualTlsOauthConfiguration resource.

[!INCLUDE national-cloud-support]

Permissions

Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.

[!INCLUDE permissions-table]

[!INCLUDE rbac-mtlsoauthconfig-apis]

HTTP request

GET /directory/certificateAuthorities/mutualTlsOauthConfigurations/{mutualTlsOauthConfigurationId}

Note: The {mutualTlsOauthConfigurationId} in the request URL is the value of the id property of the deviceTemplate.

Optional query parameters

This method supports the $select OData query parameter to help customize the response. For general information, see OData query parameters.

Request headers

Name Description
Authorization Bearer {token}. Required. Learn more about authentication and authorization.

Request body

Don't supply a request body for this method.

Response

If successful, this method returns a 200 OK response code and a mutualTlsOauthConfiguration object in the response body.

For more information, see Microsoft Graph error responses and resource types.

Examples

Request

The following example shows a request.

GET https://graph.microsoft.com/beta/directory/certificateAuthorities/mutualTlsOauthConfigurations/00001111-aaaa-2222-bbbb-3333cccc4444

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]


Response

The following example shows the response.

Note: The response object shown here might be shortened for readability.

HTTP/1.1 200 OK
Location: "https://graph.microsoft.com/beta/directory/certificateAuthorities/mutualTlsOauthConfigurations/a7199212-950f-4a2d-ba1e-017c48da1d19"

{
  "id": "a7199212-950f-4a2d-ba1e-017c48da1d19",
  "deletedDateTime": null,
  "displayName": "Standard TLS cert config",
  "tlsClientAuthParameter": "tls_client_auth_san_uri",
  "certificateAuthorities": [
    {
      "@odata.type": "microsoft.graph.certificateAuthority"
    }
  ]
}