Class: DatadogAPIClient::V2::SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_integration_config_google_workspace_service_account.rb
Overview
The Google Cloud service account JSON used to authenticate against the Google Workspace Admin SDK. Additional keys beyond those documented are preserved.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#client_email ⇒ Object
readonly
The service account client email.
-
#private_key ⇒ Object
readonly
The service account private key.
-
#project_id ⇒ Object
readonly
The Google Cloud project ID that owns the service account.
-
#type ⇒ Object
readonly
The service account type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_google_workspace_service_account.rb', line 36 def additional_properties @additional_properties end |
#client_email ⇒ Object
The service account client email.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_google_workspace_service_account.rb', line 25 def client_email @client_email end |
#private_key ⇒ Object
The service account private key.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_google_workspace_service_account.rb', line 28 def private_key @private_key end |
#project_id ⇒ Object
The Google Cloud project ID that owns the service account.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_google_workspace_service_account.rb', line 31 def project_id @project_id end |
#type ⇒ Object
The service account type. Must be service_account.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_config_google_workspace_service_account.rb', line 34 def type @type end |