Class: DatadogAPIClient::V2::SecurityMonitoringIntegrationCredentialsValidateAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/security_monitoring_integration_credentials_validate_attributes.rb

Overview

The credentials to validate against the external entity source.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_credentials_validate_attributes.rb', line 33

def additional_properties
  @additional_properties
end

#domainObject

The domain associated with the external entity source.



25
26
27
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_credentials_validate_attributes.rb', line 25

def domain
  @domain
end

#integration_typeObject

The type of external source that provides entities to Cloud SIEM.



28
29
30
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_credentials_validate_attributes.rb', line 28

def integration_type
  @integration_type
end

#secretsObject

The secrets used to authenticate against the external entity source. The accepted keys depend on the source type (for example, admin_email for Google Workspace).



31
32
33
# File 'lib/datadog_api_client/v2/models/security_monitoring_integration_credentials_validate_attributes.rb', line 31

def secrets
  @secrets
end