Skip to content

Latest commit

 

History

History
182 lines (145 loc) · 6.03 KB

security-sslcertificate-get.md

File metadata and controls

182 lines (145 loc) · 6.03 KB
title description author ms.localizationpriority ms.subservice doc_type
Get sslCertificate
Get the properties and relationships of an sslCertificate object.
nblankenau
medium
security
apiPageType

Get sslCertificate

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

[!INCLUDE threatintelligence-api-disclaimer]

Get the properties and relationships of an sslCertificate object.

[!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]

HTTP request

GET /security/threatIntelligence/sslCertificates/{sslCertificateId}

Optional query parameters

This method supports the $count, $select, $search, $orderBy, $skip, and $top OData query parameters 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 microsoft.graph.security.sslCertificate object in the response body.

Examples

Request

The following example shows a request.

GET https://graph.microsoft.com/beta/security/threatIntelligence/sslCertificates/ZmI5NjU1MTUwNWYxZWRiMjRkZDNiMzZmY2ZmZGI3NjU4MzNiODExOA==

[!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]

[!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
Content-Type: application/json

{
  "value": {
    "id": "ZmI5NjU1MTUwNWYxZWRiMjRkZDNiMzZmY2ZmZGI3NjU4MzNiODExOA==",
    "firstSeenDateTime": "2023-03-10T01:20:47.000Z",
    "lastSeenDateTime": "2023-04-02T00:00:00.000Z",
    "fingerprint": "fb:96:55:15:05:f1:ed:b2:4d:d3:b3:6f:cf:fd:b7:65:83:3b:81:18",
    "sslVersion": "3",
    "expirationDateTime": "2024-03-03T18:56:17.000Z",
    "issueDateTime": "2023-03-09T18:56:17.000Z",
    "sha1": "fb96551505f1edb24dd3b36fcffdb765833b8118",
    "serialNumber": "1137389559885717770175191329273386705719099773",
    "subject": {
      "commonName": "microsoft.com",
      "address": {
        "city": "Redmond",
        "countryOrRegion": "US",
        "postalCode": null,
        "postOfficeBox": null,
        "state": "WA",
        "street": null,
        "type": "unknown"
      },
      "email": null,
      "givenName": null,
      "organizationName": "Microsoft Corporation",
      "organizationUnitName": null,
      "serialNumber": null,
      "surname": null,
      "alternateName": [
        "pymes.microsoft.com",
        "mac2.microsoft.com",
        "sponsors.microsoft.com",
        "oemcommunity.microsoft.com",
        "gigjam.microsoft.com",
        "businesscentral.microsoft.com"
      ]
    },
    "issuer": {
      "commonName": "Microsoft Azure TLS Issuing CA 05",
      "address": {
        "city": null,
        "countryOrRegion": "US",
        "postalCode": null,
        "postOfficeBox": null,
        "state": null,
        "street": null,
        "type": "unknown"
      },
      "email": null,
      "givenName": null,
      "organizationName": "Microsoft Corporation",
      "organizationUnitName": null,
      "serialNumber": null,
      "surname": null,
      "alternateName": []
    }
  }
}