Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.18 KB

security-autonomoussystem.md

File metadata and controls

49 lines (38 loc) · 1.18 KB
title description author ms.localizationpriority ms.subservice doc_type
autonomousSystem resource type
Represents data assigned in an autonomous system.
joerattazzi-microsoft
medium
security
resourcePageType

autonomousSystem resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

[!INCLUDE threatintelligence-api-disclaimer]

Represents data assigned in an autonomous system.

Properties

Property Type Description
name String The name of the autonomous system.
number Int32 The autonomous system number, assigned by IANA.
organization String The name of the autonomous system organization.
value String A displayable value for these autonomous system details.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.autonomousSystem",
  "name": "String",
  "number": "Int32",
  "organization": "String",
  "value": "String"
}