Commit a43bf39
authored
feat: Add more cases where DateTime types in CSV responses of AWS IAM… (#5526)
#### Summary
The deserialization of CSV by iam in resource under `cloudquery-aws-provider` does not cover all cases, which may lead to wrong data pull out. For details, we can read the official AWS documents, as mentioned in this document:
```
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_finding-unused.html
```

This is also mentioned in another document:
```
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_getting-report.html
```

To sum up, we should add the case `no_information`:

Please review my code, thank you1 parent a26e3f1 commit a43bf39
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments