windowsInformationProtectionProxiedDomainCollection-Ressourcentyp

Namespace: microsoft.graph

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Windows Information Protection – Proxydomänensammlung

Eigenschaften

Eigenschaft Typ Beschreibung
displayName Zeichenfolge Anzeigename
proxiedDomains proxiedDomain-Sammlung Sammlung von Proxydomänen

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.windowsInformationProtectionProxiedDomainCollection",
  "displayName": "String",
  "proxiedDomains": [
    {
      "@odata.type": "microsoft.graph.proxiedDomain",
      "ipAddressOrFQDN": "String",
      "proxy": "String"
    }
  ]
}