Module: Google::Cloud::Dlp::V2::ResourceVisibility
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
How broadly the data in the resource has been shared. New items may be added over time. A higher number means more restricted.
Constant Summary collapse
- RESOURCE_VISIBILITY_UNSPECIFIED =
          
Unused.
 0- RESOURCE_VISIBILITY_PUBLIC =
          
Visible to any user.
 10- RESOURCE_VISIBILITY_INCONCLUSIVE =
          
May contain public items. For example, if a Cloud Storage bucket has uniform bucket level access disabled, some objects inside it may be public, but none are known yet.
 15- RESOURCE_VISIBILITY_RESTRICTED =
          
Visible only to specific users.
 20