Skip to content

Latest commit

 

History

History
122 lines (99 loc) · 4.32 KB

overprovisionedawsresourcefinding-get.md

File metadata and controls

122 lines (99 loc) · 4.32 KB
title description author ms.reviewer ms.localizationpriority ms.subservice doc_type
Get overprovisionedAwsResourceFinding
Read the properties and relationships of an overprovisionedAwsResourceFinding object.
ashyasingh
ciem_pm
medium
entra-permissions-management
apiPageType

Get overprovisionedAwsResourceFinding

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Read the properties and relationships of an overprovisionedAwsResourceFinding object.

Permissions

Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.

[!INCLUDE permissions-table]

HTTP request

GET /identityGovernance/permissionsAnalytics/aws/findings/{id}/microsoft.graph.overprovisionedAwsResourceFinding

Optional query parameters

This method does not support OData query parameters to help customize the response. For general information, see OData query parameters.

Request headers

Name Description
Authorization Bearer {token}. Required. Learn more about authentication and authorization.

Request body

Don't supply a request body for this method.

Response

If successful, this method returns a 200 OK response code and an overprovisionedAwsResourceFinding object in the response body.

Examples

Request

The following example shows a request.

GET https://graph.microsoft.com/beta/identityGovernance/permissionsAnalytics/aws/findings/MSxPdmVycHJvdmlzaW9uZWRBd3NSZXNvdXJjZUZpbmRpbmcsMzExNDk/microsoft.graph.overprovisionedAwsResourceFinding

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]


Response

The following example shows the response.

Note: The response object shown here might be shortened for readability.

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

{
    "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/permissionsAnalytics/aws/findings/microsoft.graph.overprovisionedAwsResourceFinding/$entity",
    "id": "MSxPdmVycHJvdmlzaW9uZWRBd3NSZXNvdXJjZUZpbmRpbmcsMzExNDk",
    "createdDateTime": "2023-10-17T23:47:23.622189Z",
    "actionSummary": {
        "assigned": 1961,
        "exercised": 4,
        "available": 58
    },
    "identityDetails": {
      "createdDateTime": "String (timestamp)",
      "lastActiveDateTime": "String (timestamp)"
    },
    "permissionsCreepIndex": {
        "score": 2
    },
    "identity": {
        "@odata.type": "#microsoft.graph.awsEc2Instance",
        "id": "YXJuOmF3czplYzI6dXMtd2VzdC0yOjk1Njk4Nzg4NzczNTppbnN0YW5jZS9pLTAzMmQ0YjNhMzdmNGQ1NGY4",
        "externalId": "arn:aws:ec2:us-west-2:956987887735:instance/i-032d4b3a37f4d54f8",
        "displayName": "PratS20-02252021-4",
        "source": {
            "@odata.type": "#microsoft.graph.awsSource",
            "identityProviderType": "aws",
            "accountId": "956987887735"
        },
        "authorizationSystem": {
            "@odata.type": "#microsoft.graph.awsAuthorizationSystem",
            "authorizationSystemId": "956987887735",
            "authorizationSystemName": "ck-development",
            "authorizationSystemType": "aws",
            "id": "MSxhd3MsOTU2OTg3ODg3NzM1"
        }
    }
}