Skip to content

Commit

Permalink
rollback project_uid removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrau-at-queryai committed Aug 21, 2024
1 parent 7aa8ab6 commit 92c9bc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Thankyou! -->
1. Added `phone_number` to `user` and `ldap_person` objects. #1155
2. Added `has_mfa` to `user` object. #1155
3. Added `vendor_name` to `cvss` object. #1165
4. Remove `project_uid` from `cloud` object. #1166

### Misc
1. Added `user.uid` as an Observable type - `type_id: 31`. #1155
Expand Down
3 changes: 3 additions & 0 deletions objects/cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"org": {
"requirement": "optional"
},
"project_uid": {
"requirement": "optional"
},
"provider": {
"description": "The unique name of the Cloud services provider, such as AWS, MS Azure, GCP, etc.",
"requirement": "required"
Expand Down

0 comments on commit 92c9bc5

Please sign in to comment.