Partager via


Répertorier les objets openNetworkAzureSecurityGroupFinding

Espace de noms: microsoft.graph

Importante

Les API sous la version /beta dans Microsoft Graph sont susceptibles d’être modifiées. L’utilisation de ces API dans des applications de production n’est pas prise en charge. Pour déterminer si une API est disponible dans v1.0, utilisez le sélecteur Version .

Obtenez la liste des objets openNetworkAzureSecurityGroupFinding et leurs propriétés.

Autorisations

Choisissez l’autorisation ou les autorisations marquées comme moins privilégiées pour cette API. Utilisez une autorisation ou des autorisations privilégiées plus élevées uniquement si votre application en a besoin. Pour plus d’informations sur les autorisations déléguées et d’application, consultez Types d’autorisations. Pour en savoir plus sur ces autorisations, consultez les informations de référence sur les autorisations.

Type d’autorisation Autorisations avec privilèges minimum Autorisations privilégiées plus élevées
Déléguée (compte professionnel ou scolaire) Non prise en charge. Non prise en charge.
Déléguée (compte Microsoft personnel) Non prise en charge. Non prise en charge.
Application PermissionsAnalytics.Read.OwnedBy Non disponible.

Requête HTTP

GET /identityGovernance/permissionsAnalytics/azure/findings/microsoft.graph.openNetworkAzureSecurityGroupFinding

Paramètres facultatifs de la requête

Cette méthode prend en charge les $filter paramètres de requête OData et $orderby pour vous aider à personnaliser la réponse. Pour des informations générales, consultez paramètres de la requête OData.

En-têtes de demande

Nom Description
Autorisation Porteur {token}. Obligatoire. En savoir plus sur l’authentification et l’autorisation.

Corps de la demande

Ne fournissez pas de corps de demande pour cette méthode.d.

Réponse

Si elle réussit, cette méthode renvoie un 200 OK code de réponse et une collection d’objets openNetworkAzureSecurityGroupFinding dans le corps de la réponse.

Exemples

Demande

L’exemple suivant illustre une demande.

GET https://graph.microsoft.com/beta/identityGovernance/permissionsAnalytics/azure/findings/microsoft.graph.openNetworkAzureSecurityGroupFinding

Réponse

L’exemple suivant illustre la réponse.

Remarque : l’objet de réponse affiché ci-après peut être raccourci pour plus de lisibilité.

HTTP/1.1 200 OK
Content-Type: application/json

{
  "@odata.context": "https://graph.microsoft.com/beta/identityGovernance/$metadata#permissionsAnalytics/azure/findings/microsoft.graph.openNetworkAzureSecurityGroupFinding",
  "value": [
    {
      "@odata.type": "graph.openNetworkAzureSecurityGroupFinding",
      "id": "cmVzb3VyY2VmaW5kaW5nMTAwMDAx",
      "securityGroup": {
        "@odata.type": "graph.azureAuthorizationSystemResource",
        "id": "L3N1YnNjcmlwdGlvbnMvZTE2MGIzNGItMmEwZi00MWY2LWFhZjMtMDljNWE5ZjQzNzY4L3Jlc291cmNlR3JvdXBzL1FBUnNjR3JwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9uZXR3b3JrU2VjdXJpdHlHcm91cHMvY2xvdWRrbm94LW5zZw==",
        "externalId": "/subscriptions/e160b34b-2a0f-41f6-aaf3-09c5a9f43768/resourceGroups/QARscGrp/providers/Microsoft.Network/networkSecurityGroups/cloudknox-nsg",
        "displayName": "QARscGrp/cloudknox-nsg",
        "resourceType": "networkSecurityGroups",
        "authorizationSystem": {
          "@odata.type": "graph.azureAuthorizationSystem",
          "id": "{Id}",
          "authorizationSystemId": "e160b34b-2a0f-41f6-aaf3-09c5a9f43768",
          "authorizationSystemName": "ck-qa",
          "authorizationSystemType": "azure"
        }
      },
      "inboundPorts": {
        "@odata.type": "graph.allInboundPorts"
      },
      "virtualMachines@odata.count": 0, // there is no annotation for auto-expanding the count, but it always allowed for a service to respond with more data than is requested; if there were an annotation, we would use it
      "createdDateTime": "2020-10-11T20:11:45.671Z"
    },
 {
      "id": "cmVzb3VyY2VmaW5kaW5nMTAwMDAy",
      "securityGroup": {
        "@odata.type": "graph.azureAuthorizationSystemResource",
        "id": "L3N1YnNjcmlwdGlvbnMvZTE2MGIzNGItMmEwZi00MWY2LWFhZjMtMDljNWE5ZjQzNzY4L3Jlc291cmNlR3JvdXBzL21udGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya1NlY3VyaXR5R3JvdXBzL1VJVGVzdGluZy1uc2c=",
        "externalId": "/subscriptions/e160b34b-2a0f-41f6-aaf3-09c5a9f43768/resourceGroups/mntest/providers/Microsoft.Network/networkSecurityGroups/UITesting-nsg",
        "displayName": "mntest/UITesting-nsg",
        "resourceType": "networkSecurityGroups",
        "authorizationSystem": {
          "@odata.type": "graph.azureAuthorizationSystem",
          "id": "{Id}",
          "authorizationSystemId": "e160b34b-2a0f-41f6-aaf3-09c5a9f43768",
          "authorizationSystemName": "ck-qa",
          "authorizationSystemType": "azure"
        }
      },
      "inboundPorts": {
        "@odata.type": "graph.enumeratedInboundPorts",
        "ports": [
          "22",
          "9000"
        ]
      },
      "virtualMachines@odata.count": 2, // there is no annotation for auto-expanding the count, but it always allowed for a service to respond with more data than is requested; if there were an annotation, we would use it
      "createdDateTime": "2020-10-11T20:11:45.671Z"
    }
  ]
}