autonomousSystem 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 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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.autonomousSystem",
"name": "String",
"number": "Int32",
"organization": "String",
"value": "String"
}