hostSslCertificate resource type

Namespace: microsoft.graph.security

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.

Note

The Microsoft Graph API for Microsoft Defender Threat Intelligence requires an active Defender Threat Intelligence Portal license and API add-on license for the tenant.

Represents an observed relationship between a host and an sslCertificate.

Inherits from artifact.

Methods

Method Return type Description
List hostSslCertificates microsoft.graph.security.hostSslCertificate collection Get a list of hostSslCertificate objects from the host navigation property.
Get hostSslCertificate microsoft.graph.security.hostSslCertificate Get the properties and relationships of a hostSslCertificate object.

Properties

Property Type Description
firstSeenDateTime DateTimeOffset The first date and time that this hostSslCertificate was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
id String The system-generated ID for this hostSslCertificate. Inherited from artifact.
lastSeenDateTime DateTimeOffset The most recent date and time that this hostSslCertificate was observed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
ports microsoft.graph.security.hostSslCertificatePort collection The ports related with this hostSslCertificate.

Relationships

Relationship Type Description
host microsoft.graph.security.host The host for this hostSslCertificate.
sslCertificate microsoft.graph.security.sslCertificate The sslCertificate for this hostSslCertificate.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.hostSslCertificate",
  "firstSeenDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "lastSeenDateTime": "String (timestamp)",
  "ports": [{"@odata.type": "microsoft.graph.security.hostSslCertificatePort"}]
}