Class SetGCPAuditCredentialRequest
java.lang.Object
com.cloudera.cdp.environments.model.SetGCPAuditCredentialRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class SetGCPAuditCredentialRequest
extends Object
Request object for a set GCP audit credential request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for credentialKey.int
hashCode()
void
setCredentialKey
(String credentialKey) Setter for credentialKey.toString()
-
Constructor Details
-
SetGCPAuditCredentialRequest
public SetGCPAuditCredentialRequest()
-
-
Method Details
-
getCredentialKey
Getter for credentialKey. The JSON key for the service account. Please use the local path when using the CLI (e.g. file:///absolute/path/to/cred.json) to avoid exposing the keys in the command line history. -
setCredentialKey
Setter for credentialKey. The JSON key for the service account. Please use the local path when using the CLI (e.g. file:///absolute/path/to/cred.json) to avoid exposing the keys in the command line history. -
equals
-
hashCode
public int hashCode() -
toString
-