openAwsSecurityGroupFinding 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 AWS open security groups.

Inherits from finding.

Methods

Method Return type Description
List openAwsSecurityGroupFinding collection Get a list of the openAwsSecurityGroupFinding objects and their properties.
Get openAwsSecurityGroupFinding Read the properties and relationships of an openAwsSecurityGroupFinding object.
List assignedComputeInstanceDetails assignedComputeInstanceDetails collection Retrieve a list of compute instances for an AWS open security group finding.
Get assignedComputeInstanceDetails assignedComputeInstanceDetails Get the details of a compute instance for an AWS open security group finding.

Properties

Property Type Description
createdDateTime DateTimeOffset Defines when the finding was created. Inherited from finding.
id String Unique identifier for the finding. Inherited from entity.
inboundPorts inboundPorts Contains information on inbound ports related to an open security group. Supports $filter (eq) $select.
totalStorageBucketCount Int32 The number of storage buckets accessed by the assigned compute instances.

Relationships

Relationship Type Description
assignedComputeInstancesDetails assignedComputeInstanceDetails collection A set of AWS EC2 compute instances related to this open security group.
securityGroup awsAuthorizationSystemResource Represents a resource in an AWS authorization system.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.openAwsSecurityGroupFinding",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "totalStorageBucketCount": "Integer",
  "inboundPorts": {
    "@odata.type": "microsoft.graph.inboundPorts"
  }
}