hostSslCertificate resource type
Namespace: microsoft.graph.security
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 | microsoft.graph.security.hostSslCertificate collection | Get a list of hostSslCertificate objects from the host navigation property. |
Get | microsoft.graph.security.hostSslCertificate | Get the properties and relationships of a hostSslCertificate object. |
Properties
Property | Type | Description |
---|---|---|
firstSeenDateTime | DateTimeOffset | The first date and time when this hostSslCertificate was observed. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. 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 when this hostSslCertificate was observed. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. 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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.hostSslCertificate",
"firstSeenDateTime": "String (timestamp)",
"id": "String (identifier)",
"lastSeenDateTime": "String (timestamp)",
"ports": [{"@odata.type": "microsoft.graph.security.hostSslCertificatePort"}]
}