User security from VBCS to Object Storage
Summary:
Content (required):
We have a requirement to allow users to upload/download/override(with versioning) from VBCS UI to Object Storage.
VBCS sits on IDCS and Objects Storage on OCI. We can create groups in both OCI and IDCS and do the mapping of those.
For example, Source System 1 users will be added to SS1 IDCS GROUP. This group will be mapped to SS1 OCI GROUP. SS1 OCI GROUP will be given access to SS1 BUCKET only out of all the 10 buckets.
From VBCS, how can we leverage this out of the box security mapping to allow Source System 1 users to access only SS1 BUCKET using APIs (For example, List Bucket API from Source System 1 user should only show "SS1 BUCKET").
0