Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.28 KB

File metadata and controls

60 lines (45 loc) · 1.28 KB
title iPv6CidrRange resource type
description Represents an IPv6 range using the CIDR notation.
ms.localizationpriority medium
author lisaychuang
ms.reviewer conditionalaccesspm
ms.subservice entra-directory-management
doc_type resourcePageType
ms.date 03/21/2024

iPv6CidrRange resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an IPv6 range using the Classless Inter-Domain Routing (CIDR) notation.

Inherits from ipRange

Properties

Property Type Description
cidrAddress String IPv6 address in CIDR notation. Not nullable.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.iPv6CidrRange", 
  "cidrAddress": "String"
}