Class: DatadogAPIClient::V2::SecurityMonitoringGoogleWorkspaceIntegrationCredentialsValidateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringGoogleWorkspaceIntegrationCredentialsValidateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_google_workspace_integration_credentials_validate_attributes.rb
Overview
The Google Workspace credentials to validate against the external entity source.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#domain ⇒ Object
readonly
The domain associated with the external entity source.
-
#integration_type ⇒ Object
readonly
The source type for a Google Workspace entity context sync.
-
#secrets ⇒ Object
readonly
Credentials for a Google Workspace entity context sync.
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/security_monitoring_google_workspace_integration_credentials_validate_attributes.rb', line 33 def additional_properties @additional_properties end |
#domain ⇒ Object
The domain associated with the external entity source.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_google_workspace_integration_credentials_validate_attributes.rb', line 25 def domain @domain end |
#integration_type ⇒ Object
The source type for a Google Workspace entity context sync.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_google_workspace_integration_credentials_validate_attributes.rb', line 28 def integration_type @integration_type end |
#secrets ⇒ Object
Credentials for a Google Workspace entity context sync.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_google_workspace_integration_credentials_validate_attributes.rb', line 31 def secrets @secrets end |