Reference documentation and code samples for the Data Loss Prevention V2 Client class ResourceVisibility.
How broadly a resource has been shared. New items may be added over time.
A higher number means more restricted.
Protobuf type google.privacy.dlp.v2.ResourceVisibility
Namespace
Google \ Cloud \ Dlp \ V2Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESOURCE_VISIBILITY_UNSPECIFIED
Value: 0Unused.
Generated from protobuf enum RESOURCE_VISIBILITY_UNSPECIFIED = 0;
RESOURCE_VISIBILITY_PUBLIC
Value: 10Visible to any user.
Generated from protobuf enum RESOURCE_VISIBILITY_PUBLIC = 10;
RESOURCE_VISIBILITY_RESTRICTED
Value: 20Visible only to specific users.
Generated from protobuf enum RESOURCE_VISIBILITY_RESTRICTED = 20;