finding resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
The output of the permissions usage data analysis performed by Permissions Management to assess risk with identities and resources.
Inherits from entity.
The following resources inherit from this resource type:
- identityFinding
- awsExternalSystemAccessFinding
- awsExternalSystemAccessRoleFinding
- awsIdentityAccessManagementKeyAgeFinding
- awsIdentityAccessManagementKeyUsgeFinding
- awsSecretInformationAccessFinding
- awsSecurityToolAdministrationFinding
- encryptedAwsStorageBucketFinding
- encryptedAzureStorageAccountFinding
- encryptedGcpStorageBucketFinding
- externallyAccessibleAwsStorageBucketFinding
- externallyAccessibleAzureBlobContainerFinding
- externallyAccessibleGcpStorageBucketFinding
- inactiveGroupFinding
- openAwsSecurityGroupFinding
- openNetworkAzureSecurityGroupFinding
- privilegeEscalationFinding
- virtualMachineWithAwsStorageBucketAccessFinding
Methods
None.
Properties
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | Defines when the finding was created. |
id | String | Unique identifier for the finding. Inherited from entity. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.finding",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)"
}