intelligenceProfileCountryOrRegionOfOrigin 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 a country/region of origin for an actor related to a threat or vulnerability outlined in an intelligence profile.

Properties

Property Type Description
code String A codified representation for this country/region of origin.
label String A display label for this ountry/region of origin.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.intelligenceProfileCountryOrRegionOfOrigin",
  "code": "String",
  "label": "String"
}