Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudDlpDataProfile
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudDlpDataProfile
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb
Instance Attribute Summary collapse
-
#data_profile ⇒ String
Corresponds to the JSON property
dataProfile. -
#info_types ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2InfoType>
Corresponds to the JSON property
infoTypes. -
#parent_type ⇒ String
Corresponds to the JSON property
parentType.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2CloudDlpDataProfile
constructor
A new instance of GoogleCloudSecuritycenterV2CloudDlpDataProfile.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2CloudDlpDataProfile
Returns a new instance of GoogleCloudSecuritycenterV2CloudDlpDataProfile.
5670 5671 5672 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 5670 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_profile ⇒ String
Corresponds to the JSON property dataProfile
5658 5659 5660 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 5658 def data_profile @data_profile end |
#info_types ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2InfoType>
Corresponds to the JSON property infoTypes
5663 5664 5665 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 5663 def info_types @info_types end |
#parent_type ⇒ String
Corresponds to the JSON property parentType
5668 5669 5670 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 5668 def parent_type @parent_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5675 5676 5677 5678 5679 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 5675 def update!(**args) @data_profile = args[:data_profile] if args.key?(:data_profile) @info_types = args[:info_types] if args.key?(:info_types) @parent_type = args[:parent_type] if args.key?(:parent_type) end |