Type de ressource windowsInformationProtectionIPRangeCollection
Espace de noms: microsoft.graph
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Collection de plages d’adresses IP de la protection des informations Windows
Propriétés
Propriété | Type | Description |
---|---|---|
displayName | Chaîne | Nom d’affichage |
ranges | Collection ipRange | Collection de plages d’adresses IP |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.windowsInformationProtectionIPRangeCollection",
"displayName": "String",
"ranges": [
{
"@odata.type": "microsoft.graph.ipRange"
}
]
}