virtualMachineWithAwsStorageBucketAccessFinding 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.
View EC2 instances with S3 Bucket access.
Inherits from finding.
Methods
Method | Return type | Description |
---|---|---|
List virtualMachineWithAwsStorageBucketAccessFinding objects | virtualMachineWithAwsStorageBucketAccessFinding collection | Get a list of the virtualMachineWithAwsStorageBucketAccessFinding objects and their properties. |
Get virtualMachineWithAwsStorageBucketAccessFinding | virtualMachineWithAwsStorageBucketAccessFinding | Read the properties and relationships of a virtualMachineWithAwsStorageBucketAccessFinding object. |
Properties
Property | Type | Description |
---|---|---|
accessibleCount | Int32 | The total number of storage buckets that the EC2 instance can access using the role. |
bucketCount | Int32 | The total number of storage buckets in the authorization system that hosts the EC2 instance. |
createdDateTime | DateTimeOffset | Defines when the finding was created. Inherited from finding. |
id | String | 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 . |
Relationships
Relationship | Type | Description |
---|---|---|
ec2Instance | authorizationSystemResource | The AWS EC2 instance that is assigned using the role. |
role | awsRole | Represents an AWS role. Supports $filter as follows: $filter=role/authorizationSystem/authorizationSystemId IN ('authorizationSystemIds') . |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.virtualMachineWithAwsStorageBucketAccessFinding",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"bucketCount": "Integer",
"accessibleCount": "Integer",
"permissionsCreepIndex": {
"@odata.type": "microsoft.graph.permissionsCreepIndex"
}
}