@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CLIENT_EMAIL |
static String |
JSON_PROPERTY_PRIVATE_KEY |
static String |
JSON_PROPERTY_PROJECT_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount() |
SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount(String clientEmail,
String privateKey,
String projectId,
String type) |
| Modifier and Type | Method and Description |
|---|---|
SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount |
clientEmail(String clientEmail) |
boolean |
equals(Object o)
Return true if this SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount 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 |
getClientEmail()
The service account client email.
|
String |
getPrivateKey()
The service account private key.
|
String |
getProjectId()
The Google Cloud project ID that owns the service account.
|
String |
getType()
The service account type.
|
int |
hashCode() |
SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount |
privateKey(String privateKey) |
SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount |
projectId(String projectId) |
SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setClientEmail(String clientEmail) |
void |
setPrivateKey(String privateKey) |
void |
setProjectId(String projectId) |
void |
setType(String type) |
String |
toString() |
SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_CLIENT_EMAIL
public static final String JSON_PROPERTY_PRIVATE_KEY
public static final String JSON_PROPERTY_PROJECT_ID
public static final String JSON_PROPERTY_TYPE
public SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount()
public SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount clientEmail(String clientEmail)
public String getClientEmail()
public void setClientEmail(String clientEmail)
public SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount privateKey(String privateKey)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount projectId(String projectId)
public String getProjectId()
public void setProjectId(String projectId)
public SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount type(String type)
public String getType()
service_account.public void setType(String type)
public SecurityMonitoringIntegrationConfigGoogleWorkspaceServiceAccount putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.