All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SecurityMonitoringIntegrationConfigUpdateAttributes |
domain(String domain) |
SecurityMonitoringIntegrationConfigUpdateAttributes |
enabled(Boolean enabled) |
boolean |
equals(Object o)
Return true if this SecurityMonitoringIntegrationConfigUpdateAttributes 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 new domain associated with the external entity source.
|
Boolean |
getEnabled()
Whether the entity context sync should be enabled.
|
SecurityMonitoringIntegrationType |
getIntegrationType()
The type of external source that provides entities to Cloud SIEM.
|
String |
getName()
The new 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() |
SecurityMonitoringIntegrationConfigUpdateAttributes |
integrationType(SecurityMonitoringIntegrationType integrationType) |
SecurityMonitoringIntegrationConfigUpdateAttributes |
name(String name) |
SecurityMonitoringIntegrationConfigUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SecurityMonitoringIntegrationConfigUpdateAttributes |
putSecretsItem(String key,
Object secretsItem) |
SecurityMonitoringIntegrationConfigUpdateAttributes |
putSettingsItem(String key,
Object settingsItem) |
SecurityMonitoringIntegrationConfigUpdateAttributes |
secrets(Map<String,Object> secrets) |
void |
setDomain(String domain) |
void |
setEnabled(Boolean enabled) |
void |
setIntegrationType(SecurityMonitoringIntegrationType integrationType) |
void |
setName(String name) |
void |
setSecrets(Map<String,Object> secrets) |
void |
setSettings(Map<String,Object> settings) |
SecurityMonitoringIntegrationConfigUpdateAttributes |
settings(Map<String,Object> settings) |
String |
toString() |