encryptedAwsStorageBucketFinding resource type
In this article
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.
Represents the findings for AWS encrypted storage buckets.
Inherits from finding.
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. |
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. |
Relationship | Type | Description |
---|---|---|
storageBucket | authorizationSystemResource | Represents a resource in an AWS authorization system. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.encryptedAwsStorageBucketFinding",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"accessibility": "String"
}