@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AzureTenantUpdate extends Object
AzureTenant object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APP_CLIENT_ID |
static String |
JSON_PROPERTY_CLIENT_SECRET |
static String |
JSON_PROPERTY_CUSTOM_SCOPES |
static String |
JSON_PROPERTY_TENANT_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
AzureTenantUpdate() |
AzureTenantUpdate(AzureTenantType type) |
| Modifier and Type | Method and Description |
|---|---|
AzureTenantUpdate |
appClientId(String appClientId) |
AzureTenantUpdate |
clientSecret(String clientSecret) |
AzureTenantUpdate |
customScopes(String customScopes) |
boolean |
equals(Object o)
Return true if this AzureTenantUpdate 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 |
getAppClientId()
The Client ID, also known as the Application ID in Azure, is a unique identifier for an
application.
|
String |
getClientSecret()
The Client Secret is a confidential piece of information known only to the application and
Azure AD.
|
String |
getCustomScopes()
If provided, the custom scope to be requested from Microsoft when acquiring an OAuth 2 access
token.
|
String |
getTenantId()
The Tenant ID, also known as the Directory ID in Azure, is a unique identifier that represents
an Azure AD instance.
|
AzureTenantType |
getType()
The definition of the
AzureTenant object. |
int |
hashCode() |
AzureTenantUpdate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAppClientId(String appClientId) |
void |
setClientSecret(String clientSecret) |
void |
setCustomScopes(String customScopes) |
void |
setTenantId(String tenantId) |
void |
setType(AzureTenantType type) |
AzureTenantUpdate |
tenantId(String tenantId) |
String |
toString() |
AzureTenantUpdate |
type(AzureTenantType type) |
public boolean unparsed
public static final String JSON_PROPERTY_APP_CLIENT_ID
public static final String JSON_PROPERTY_CLIENT_SECRET
public static final String JSON_PROPERTY_CUSTOM_SCOPES
public static final String JSON_PROPERTY_TENANT_ID
public static final String JSON_PROPERTY_TYPE
public AzureTenantUpdate()
public AzureTenantUpdate(AzureTenantType type)
public AzureTenantUpdate appClientId(String appClientId)
@Nullable public String getAppClientId()
public void setAppClientId(String appClientId)
public AzureTenantUpdate clientSecret(String clientSecret)
@Nullable public String getClientSecret()
public void setClientSecret(String clientSecret)
public AzureTenantUpdate customScopes(String customScopes)
@Nullable public String getCustomScopes()
public void setCustomScopes(String customScopes)
public AzureTenantUpdate tenantId(String tenantId)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
public AzureTenantUpdate type(AzureTenantType type)
public AzureTenantType getType()
AzureTenant object.public void setType(AzureTenantType type)
public AzureTenantUpdate 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 © 2025. All rights reserved.