View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TagCondition (google_api_dlp v0.50.1)
The tag to attach to profiles matching the condition. At most one TagCondition
can be specified per sensitivity level.
Attributes
-
sensitivityScore
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore.t
, default:nil
) - Conditions attaching the tag to a resource on its profile having this sensitivity score. -
tag
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TagValue.t
, default:nil
) - The tag value to attach to resources.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TagCondition{ sensitivityScore: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore.t() | nil, tag: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TagValue.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.