All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SecurityMonitoringIntegrationConfigCreateAttributes |
domain(String domain) |
boolean |
equals(Object o)
Return true if this SecurityMonitoringIntegrationConfigCreateAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getDomain()
The domain associated with the external entity source.
|
SecurityMonitoringIntegrationType |
getIntegrationType()
The type of external source that provides entities to Cloud SIEM.
|
String |
getName()
The display name for the entity context sync configuration.
|
Map<String,Object> |
getSecrets()
The secrets used to authenticate against the external entity source.
|
Map<String,Object> |
getSettings()
Free-form, non-sensitive settings for the entity context sync.
|
int |
hashCode() |
SecurityMonitoringIntegrationConfigCreateAttributes |
integrationType(SecurityMonitoringIntegrationType integrationType) |
SecurityMonitoringIntegrationConfigCreateAttributes |
name(String name) |
SecurityMonitoringIntegrationConfigCreateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SecurityMonitoringIntegrationConfigCreateAttributes |
putSecretsItem(String key,
Object secretsItem) |
SecurityMonitoringIntegrationConfigCreateAttributes |
putSettingsItem(String key,
Object settingsItem) |
SecurityMonitoringIntegrationConfigCreateAttributes |
secrets(Map<String,Object> secrets) |
void |
setDomain(String domain) |
void |
setIntegrationType(SecurityMonitoringIntegrationType integrationType) |
void |
setName(String name) |
void |
setSecrets(Map<String,Object> secrets) |
void |
setSettings(Map<String,Object> settings) |
SecurityMonitoringIntegrationConfigCreateAttributes |
settings(Map<String,Object> settings) |
String |
toString() |