Class: DatadogAPIClient::V1::GCPAccount
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::GCPAccount
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/gcp_account.rb
Overview
Your Google Cloud Platform Account.
Instance Attribute Summary collapse
-
#_unparsed ⇒ Object
whether the object has unparsed attributes.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#auth_provider_x509_cert_url ⇒ Object
Should be
https://www.googleapis.com/oauth2/v1/certs
. -
#auth_uri ⇒ Object
Should be
https://accounts.google.com/o/oauth2/auth
. -
#automute ⇒ Object
Silence monitors for expected GCE instance shutdowns.
-
#client_email ⇒ Object
Your email found in your JSON service account key.
-
#client_id ⇒ Object
Your ID found in your JSON service account key.
-
#client_x509_cert_url ⇒ Object
Should be
https://www.googleapis.com/robot/v1/metadata/x509/$CLIENT_EMAIL
where$CLIENT_EMAIL
is the email found in your JSON service account key. -
#cloud_run_revision_filters ⇒ Object
Limit the Cloud Run revisions that are pulled into Datadog by using tags.
-
#errors ⇒ Object
An array of errors.
-
#host_filters ⇒ Object
Limit the GCE instances that are pulled into Datadog by using tags.
-
#is_cspm_enabled ⇒ Object
When enabled, Datadog will activate the Cloud Security Monitoring product for this service account.
-
#is_resource_change_collection_enabled ⇒ Object
When enabled, Datadog scans for all resource change data in your Google Cloud environment.
-
#is_security_command_center_enabled ⇒ Object
When enabled, Datadog will attempt to collect Security Command Center Findings.
-
#private_key ⇒ Object
Your private key name found in your JSON service account key.
-
#private_key_id ⇒ Object
Your private key ID found in your JSON service account key.
-
#project_id ⇒ Object
Your Google Cloud project ID found in your JSON service account key.
-
#resource_collection_enabled ⇒ Object
When enabled, Datadog scans for all resources in your GCP environment.
-
#token_uri ⇒ Object
Should be
https://accounts.google.com/o/oauth2/token
. -
#type ⇒ Object
The value for service_account found in your JSON service account key.
Class Method Summary collapse
-
.acceptable_attributes ⇒ Object
Returns all the JSON keys this model knows about.
-
.build_from_hash(attributes) ⇒ Object
Builds the object from hash.
-
.openapi_nullable ⇒ Object
List of attributes with nullable: true.
Instance Method Summary collapse
-
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type.
-
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #eql?(o) ⇒ Boolean
-
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons.
-
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility).
-
#to_s ⇒ String
Returns the string representation of the object.
-
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid.
Methods included from BaseGenericModel
Instance Attribute Details
#_unparsed ⇒ Object
whether the object has unparsed attributes
23 24 25 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 23 def _unparsed @_unparsed end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
81 82 83 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 81 def additional_properties @additional_properties end |
#auth_provider_x509_cert_url ⇒ Object
Should be https://www.googleapis.com/oauth2/v1/certs
.
26 27 28 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 26 def auth_provider_x509_cert_url @auth_provider_x509_cert_url end |
#auth_uri ⇒ Object
Should be https://accounts.google.com/o/oauth2/auth
.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 29 def auth_uri @auth_uri end |
#automute ⇒ Object
Silence monitors for expected GCE instance shutdowns.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 32 def automute @automute end |
#client_email ⇒ Object
Your email found in your JSON service account key.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 35 def client_email @client_email end |
#client_id ⇒ Object
Your ID found in your JSON service account key.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 38 def client_id @client_id end |
#client_x509_cert_url ⇒ Object
Should be https://www.googleapis.com/robot/v1/metadata/x509/$CLIENT_EMAIL
where $CLIENT_EMAIL
is the email found in your JSON service account key.
41 42 43 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 41 def client_x509_cert_url @client_x509_cert_url end |
#cloud_run_revision_filters ⇒ Object
Limit the Cloud Run revisions that are pulled into Datadog by using tags. Only Cloud Run revision resources that apply to specified filters are imported into Datadog.
45 46 47 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 45 def cloud_run_revision_filters @cloud_run_revision_filters end |
#errors ⇒ Object
An array of errors.
44 45 46 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 44 def errors @errors end |
#host_filters ⇒ Object
Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog.
47 48 49 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 47 def host_filters @host_filters end |
#is_cspm_enabled ⇒ Object
When enabled, Datadog will activate the Cloud Security Monitoring product for this service account. Note: This requires resource_collection_enabled to be set to true.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 55 def is_cspm_enabled @is_cspm_enabled end |
#is_resource_change_collection_enabled ⇒ Object
When enabled, Datadog scans for all resource change data in your Google Cloud environment.
58 59 60 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 58 def is_resource_change_collection_enabled @is_resource_change_collection_enabled end |
#is_security_command_center_enabled ⇒ Object
When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account.
61 62 63 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 61 def is_security_command_center_enabled @is_security_command_center_enabled end |
#private_key ⇒ Object
Your private key name found in your JSON service account key.
50 51 52 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 50 def private_key @private_key end |
#private_key_id ⇒ Object
Your private key ID found in your JSON service account key.
53 54 55 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 53 def private_key_id @private_key_id end |
#project_id ⇒ Object
Your Google Cloud project ID found in your JSON service account key.
56 57 58 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 56 def project_id @project_id end |
#resource_collection_enabled ⇒ Object
When enabled, Datadog scans for all resources in your GCP environment.
73 74 75 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 73 def resource_collection_enabled @resource_collection_enabled end |
#token_uri ⇒ Object
Should be https://accounts.google.com/o/oauth2/token
.
59 60 61 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 59 def token_uri @token_uri end |
#type ⇒ Object
The value for service_account found in your JSON service account key.
62 63 64 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 62 def type @type end |
Class Method Details
.acceptable_attributes ⇒ Object
Returns all the JSON keys this model knows about
84 85 86 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 84 def self.acceptable_attributes attribute_map.values end |
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
231 232 233 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 231 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |
.openapi_nullable ⇒ Object
List of attributes with nullable: true
108 109 110 111 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 108 def self.openapi_nullable Set.new([ ]) end |
Instance Method Details
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type
261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 261 def _deserialize(type, value) case type.to_sym when :Time Time.parse(value) when :Date Date.parse(value) when :String value.to_s when :Integer value.to_i when :Float value.to_f when :Boolean if value.to_s =~ /\A(true|t|yes|y|1)\z/i true else false end when :Object # generic object (usually a Hash), return directly value when :Array # generic array, return directly value when /\AArray<(?<inner_type>.+)>\z/ inner_type = Regexp.last_match[:inner_type] value.map { |v| _deserialize(inner_type, v) } when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/ k_type = Regexp.last_match[:k_type] v_type = Regexp.last_match[:v_type] {}.tap do |hash| value.each do |k, v| hash[_deserialize(k_type, k)] = _deserialize(v_type, v) end end else # model # models (e.g. Pet) or oneOf klass = DatadogAPIClient::V1.const_get(type) res = klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) if res.instance_of? DatadogAPIClient::V1::UnparsedObject self._unparsed = true end res end end |
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value
339 340 341 342 343 344 345 346 347 348 349 350 351 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 339 def _to_hash(value) if value.is_a?(Array) value.compact.map { |v| _to_hash(v) } elsif value.is_a?(Hash) {}.tap do |hash| value.each { |k, v| hash[k] = _to_hash(v) } end elsif value.respond_to? :to_hash value.to_hash else value end end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 238 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.openapi_types.each_pair do |key, type| if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key) self.send("#{key}=", nil) elsif type =~ /\AArray<(.*)>/i # check to ensure the input is an array given that the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) }) end elsif !attributes[self.class.attribute_map[key]].nil? self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) end end self end |
#eql?(o) ⇒ Boolean
218 219 220 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 218 def eql?(o) self == o end |
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
185 186 187 188 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 185 def list_invalid_properties invalid_properties = Array.new invalid_properties end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
315 316 317 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 315 def to_body to_hash end |
#to_s ⇒ String
Returns the string representation of the object
309 310 311 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 309 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
192 193 194 |
# File 'lib/datadog_api_client/v1/models/gcp_account.rb', line 192 def valid? true end |