@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AzureTenant 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 |
|---|
AzureTenant() |
AzureTenant(String appClientId,
String clientSecret,
String tenantId,
AzureTenantType type) |
| Modifier and Type | Method and Description |
|---|---|
AzureTenant |
appClientId(String appClientId) |
AzureTenant |
clientSecret(String clientSecret) |
AzureTenant |
customScopes(String customScopes) |
boolean |
equals(Object o)
Return true if this AzureTenant 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() |
AzureTenant |
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) |
AzureTenant |
tenantId(String tenantId) |
String |
toString() |
AzureTenant |
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 AzureTenant()
public AzureTenant(String appClientId, String clientSecret, String tenantId, AzureTenantType type)
public AzureTenant appClientId(String appClientId)
public String getAppClientId()
public void setAppClientId(String appClientId)
public AzureTenant clientSecret(String clientSecret)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public AzureTenant customScopes(String customScopes)
@Nullable public String getCustomScopes()
public void setCustomScopes(String customScopes)
public AzureTenant tenantId(String tenantId)
public String getTenantId()
public void setTenantId(String tenantId)
public AzureTenant type(AzureTenantType type)
public AzureTenantType getType()
AzureTenant object.public void setType(AzureTenantType type)
public AzureTenant 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.