@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OktaAccountUpdateRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_API_KEY |
static String |
JSON_PROPERTY_AUTH_METHOD |
static String |
JSON_PROPERTY_CLIENT_ID |
static String |
JSON_PROPERTY_CLIENT_SECRET |
static String |
JSON_PROPERTY_DOMAIN |
boolean |
unparsed |
| Constructor and Description |
|---|
OktaAccountUpdateRequestAttributes() |
OktaAccountUpdateRequestAttributes(String authMethod,
String domain) |
| Modifier and Type | Method and Description |
|---|---|
OktaAccountUpdateRequestAttributes |
apiKey(String apiKey) |
OktaAccountUpdateRequestAttributes |
authMethod(String authMethod) |
OktaAccountUpdateRequestAttributes |
clientId(String clientId) |
OktaAccountUpdateRequestAttributes |
clientSecret(String clientSecret) |
OktaAccountUpdateRequestAttributes |
domain(String domain) |
boolean |
equals(Object o)
Return true if this OktaAccountUpdateRequestAttributes 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 |
getApiKey()
The API key of the Okta account.
|
String |
getAuthMethod()
The authorization method for an Okta account.
|
String |
getClientId()
The Client ID of an Okta app integration.
|
String |
getClientSecret()
The client secret of an Okta app integration.
|
String |
getDomain()
The domain associated with an Okta account.
|
int |
hashCode() |
OktaAccountUpdateRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApiKey(String apiKey) |
void |
setAuthMethod(String authMethod) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setDomain(String domain) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_API_KEY
public static final String JSON_PROPERTY_AUTH_METHOD
public static final String JSON_PROPERTY_CLIENT_ID
public static final String JSON_PROPERTY_CLIENT_SECRET
public static final String JSON_PROPERTY_DOMAIN
public OktaAccountUpdateRequestAttributes apiKey(String apiKey)
@Nullable public String getApiKey()
public void setApiKey(String apiKey)
public OktaAccountUpdateRequestAttributes authMethod(String authMethod)
public String getAuthMethod()
public void setAuthMethod(String authMethod)
public OktaAccountUpdateRequestAttributes clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public OktaAccountUpdateRequestAttributes clientSecret(String clientSecret)
@Nullable public String getClientSecret()
public void setClientSecret(String clientSecret)
public OktaAccountUpdateRequestAttributes domain(String domain)
public String getDomain()
public void setDomain(String domain)
public OktaAccountUpdateRequestAttributes 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 © 2024. All rights reserved.