Class: DatadogAPIClient::V2::GCPServiceAccount
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GCPServiceAccount
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/gcp_service_account.rb
Overview
The definition of the ‘GCPServiceAccount` object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#private_key ⇒ Object
readonly
The ‘GCPServiceAccount` `private_key`.
-
#service_account_email ⇒ Object
readonly
The ‘GCPServiceAccount` `service_account_email`.
-
#type ⇒ Object
readonly
The definition of the ‘GCPServiceAccount` object.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/gcp_service_account.rb', line 33 def additional_properties @additional_properties end |
#private_key ⇒ Object
The ‘GCPServiceAccount` `private_key`.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/gcp_service_account.rb', line 25 def private_key @private_key end |
#service_account_email ⇒ Object
The ‘GCPServiceAccount` `service_account_email`.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/gcp_service_account.rb', line 28 def service_account_email @service_account_email end |
#type ⇒ Object
The definition of the ‘GCPServiceAccount` object.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/gcp_service_account.rb', line 31 def type @type end |