Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Note
Effective April 1, 2025, Microsoft Entra Permissions Management will no longer be available for purchase, and on October 1, 2025, we'll retire and discontinue support of this product. More information can be found here.
The IAM access key age represents the number of keys that haven't been used in the over 90 days.
Inherits from finding.
Methods
| Method | Return type | Description |
|---|---|---|
| List | awsIdentityAccessManagementKeyUsageFinding collection | Get a list of the awsIdentityAccessManagementKeyUsageFinding objects and their properties. |
| Get | awsIdentityAccessManagementKeyUsageFinding | Read the properties and relationships of an awsIdentityAccessManagementKeyUsageFinding object. |
| Aggregated summary | awsIdentityAccessManagementKeyUsageFinding | Return the total number of anawsIdentityAccessManagementKeyUsageFindingand the total number in a specified authorization system. |
Properties
| Property | Type | Description |
|---|---|---|
| actionSummary | actionSummary | Contains information on authorization system actions granted to an identity and actions executed by this identity in the last 90 days. This property and its values are a snapshot as of when the finding was created and might not reflect the current values for the identity. |
| createdDateTime | DateTimeOffset | Defines when the finding was created. Inherited from finding. |
| id | String | Unique identifier for the finding. Inherited from entity. |
| permissionsCreepIndex | permissionsCreepIndex | A score for an identity's excessive permissions that is classified into three buckets: 0-33: low, 34-66: medium, 67-100: high. This property and its values are a snapshot as of when the finding was created and might not reflect the current score for the identity. Supports $filter (gt) and $orderby. |
| status | iamStatus | Status of the IAM Access Key. The possible values are: active, inactive, disabled, unknownFutureValue. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| accessKey | awsAccessKey | Represents the AWS Access Key in an authorization system. All the standard identity information for the access key's owner is currently unavailable. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.awsIdentityAccessManagementKeyUsageFinding",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"actionSummary": {
"@odata.type": "microsoft.graph.actionSummary"
},
"status": "String",
"permissionsCreepIndex": {
"@odata.type": "microsoft.graph.permissionsCreepIndex"
}
}