lib/google/apis/securitycenter_v1beta2/classes.rb in google-apis-securitycenter_v1beta2-0.22.0 vs lib/google/apis/securitycenter_v1beta2/classes.rb in google-apis-securitycenter_v1beta2-0.23.0
- old
+ new
@@ -1484,10 +1484,15 @@
# securityCenterSettings Format: projects/`project`/securityCenterSettings
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
+ # Timestamp of when the customer organization was onboarded to SCC.
+ # Corresponds to the JSON property `onboardingTime`
+ # @return [String]
+ attr_accessor :onboarding_time
+
# The organization level service account to be used for security center
# components.
# Corresponds to the JSON property `orgServiceAccount`
# @return [String]
attr_accessor :org_service_account
@@ -1498,9 +1503,10 @@
# Update properties of this object
def update!(**args)
@log_sink_project = args[:log_sink_project] if args.key?(:log_sink_project)
@name = args[:name] if args.key?(:name)
+ @onboarding_time = args[:onboarding_time] if args.key?(:onboarding_time)
@org_service_account = args[:org_service_account] if args.key?(:org_service_account)
end
end
# Resource capturing the settings for the Security Health Analytics service.