Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DataProfileAction::TagResources.
If set, attaches the tags provided to profiled resources. Tags support access control. You can conditionally grant or deny access to a resource based on whether the resource has a specific tag.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#lower_data_risk_to_low
def lower_data_risk_to_low() -> ::Boolean
Returns
- (::Boolean) — Whether applying a tag to a resource should lower the risk of the profile for that resource. For example, in conjunction with an IAM deny policy, you can deny all principals a permission if a tag value is present, mitigating the risk of the resource. This also lowers the data risk of resources at the lower levels of the resource hierarchy. For example, reducing the data risk of a table data profile also reduces the data risk of the constituent column data profiles.
#lower_data_risk_to_low=
def lower_data_risk_to_low=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether applying a tag to a resource should lower the risk of the profile for that resource. For example, in conjunction with an IAM deny policy, you can deny all principals a permission if a tag value is present, mitigating the risk of the resource. This also lowers the data risk of resources at the lower levels of the resource hierarchy. For example, reducing the data risk of a table data profile also reduces the data risk of the constituent column data profiles.
Returns
- (::Boolean) — Whether applying a tag to a resource should lower the risk of the profile for that resource. For example, in conjunction with an IAM deny policy, you can deny all principals a permission if a tag value is present, mitigating the risk of the resource. This also lowers the data risk of resources at the lower levels of the resource hierarchy. For example, reducing the data risk of a table data profile also reduces the data risk of the constituent column data profiles.
#profile_generations_to_tag
def profile_generations_to_tag() -> ::Array<::Google::Cloud::Dlp::V2::ProfileGeneration>
Returns
-
(::Array<::Google::Cloud::Dlp::V2::ProfileGeneration>) — The profile generations for which the tag should be attached to
resources. If you attach a tag to only new profiles, then if the
sensitivity score of a profile subsequently changes, its tag doesn't
change. By default, this field includes only new profiles. To include
both new and updated profiles for tagging, this field should explicitly
include both
PROFILE_GENERATION_NEW
andPROFILE_GENERATION_UPDATE
.
#profile_generations_to_tag=
def profile_generations_to_tag=(value) -> ::Array<::Google::Cloud::Dlp::V2::ProfileGeneration>
Parameter
-
value (::Array<::Google::Cloud::Dlp::V2::ProfileGeneration>) — The profile generations for which the tag should be attached to
resources. If you attach a tag to only new profiles, then if the
sensitivity score of a profile subsequently changes, its tag doesn't
change. By default, this field includes only new profiles. To include
both new and updated profiles for tagging, this field should explicitly
include both
PROFILE_GENERATION_NEW
andPROFILE_GENERATION_UPDATE
.
Returns
-
(::Array<::Google::Cloud::Dlp::V2::ProfileGeneration>) — The profile generations for which the tag should be attached to
resources. If you attach a tag to only new profiles, then if the
sensitivity score of a profile subsequently changes, its tag doesn't
change. By default, this field includes only new profiles. To include
both new and updated profiles for tagging, this field should explicitly
include both
PROFILE_GENERATION_NEW
andPROFILE_GENERATION_UPDATE
.
#tag_conditions
def tag_conditions() -> ::Array<::Google::Cloud::Dlp::V2::DataProfileAction::TagResources::TagCondition>
Returns
- (::Array<::Google::Cloud::Dlp::V2::DataProfileAction::TagResources::TagCondition>) — The tags to associate with different conditions.
#tag_conditions=
def tag_conditions=(value) -> ::Array<::Google::Cloud::Dlp::V2::DataProfileAction::TagResources::TagCondition>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::DataProfileAction::TagResources::TagCondition>) — The tags to associate with different conditions.
Returns
- (::Array<::Google::Cloud::Dlp::V2::DataProfileAction::TagResources::TagCondition>) — The tags to associate with different conditions.