Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 2.22 KB

encryptedawsstoragebucketfinding.md

File metadata and controls

57 lines (47 loc) · 2.22 KB
title description author ms.reviewer ms.localizationpriority ms.subservice doc_type
encryptedAwsStorageBucketFinding resource type
Represents the findings for AWS encrypted storage buckets.
ashyasingh
ciem_pm
medium
entra-permissions-management
resourcePageType

encryptedAwsStorageBucketFinding resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the findings for AWS encrypted storage buckets.

Inherits from finding.

Methods

Method Return type Description
List encryptedAwsStorageBucketFinding collection Get a list of the encryptedAwsStorageBucketFinding objects and their properties.
Get encryptedAwsStorageBucketFinding Read the properties and relationships of an encryptedAwsStorageBucketFinding object.

Properties

Property Type Description
accessibility awsAccessType Aws resources access type. The possible values are: public, restricted, crossAccount, private, unknownFutureValue.
createdDateTime DateTimeOffset Defines when the finding was created. Inherited from finding.
id String Unique identifier for the finding. Inherited from entity.

Relationships

Relationship Type Description
storageBucket authorizationSystemResource Represents a resource in an AWS authorization system.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.encryptedAwsStorageBucketFinding",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "accessibility": "String"
}