@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateTenancyConfigDataAttributesAuthCredentials extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FINGERPRINT |
static String |
JSON_PROPERTY_PRIVATE_KEY |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateTenancyConfigDataAttributesAuthCredentials() |
CreateTenancyConfigDataAttributesAuthCredentials(String privateKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this CreateTenancyConfigDataAttributesAuthCredentials object is equal to o.
|
CreateTenancyConfigDataAttributesAuthCredentials |
fingerprint(String fingerprint) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getFingerprint()
The fingerprint of the OCI API signing key used for authentication.
|
String |
getPrivateKey()
The PEM-encoded private key corresponding to the OCI API signing key fingerprint.
|
int |
hashCode() |
CreateTenancyConfigDataAttributesAuthCredentials |
privateKey(String privateKey) |
CreateTenancyConfigDataAttributesAuthCredentials |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFingerprint(String fingerprint) |
void |
setPrivateKey(String privateKey) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FINGERPRINT
public static final String JSON_PROPERTY_PRIVATE_KEY
public CreateTenancyConfigDataAttributesAuthCredentials()
public CreateTenancyConfigDataAttributesAuthCredentials(String privateKey)
public CreateTenancyConfigDataAttributesAuthCredentials fingerprint(String fingerprint)
@Nullable public String getFingerprint()
public void setFingerprint(String fingerprint)
public CreateTenancyConfigDataAttributesAuthCredentials privateKey(String privateKey)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public CreateTenancyConfigDataAttributesAuthCredentials 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.