| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents an IPv6 range using the Classless Inter-Domain Routing (CIDR) notation.
Inherits from ipRange
| Property | Type | Description |
|---|---|---|
| cidrAddress | String | IPv6 address in CIDR notation. Not nullable. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.iPv6CidrRange",
"cidrAddress": "String"
}