AzureActiveDirectoryApp Class
- java.
lang. Object - com.
azure. resourcemanager. datamigration. models. AzureActiveDirectoryApp
- com.
Implements
public final class AzureActiveDirectoryApp
implements JsonSerializable<AzureActiveDirectoryApp>
Azure Active Directory Application.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureActiveDirectoryApp() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
appKey()
Get the app |
| String |
applicationId()
Get the application |
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
| Boolean |
ignoreAzurePermissions()
Get the ignore |
| String |
tenantId()
Get the tenant |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Azure |
withAppKey(String appKey)
Set the app |
|
Azure |
withApplicationId(String applicationId)
Set the application |
|
Azure |
withIgnoreAzurePermissions(Boolean ignoreAzurePermissions)
Set the ignore |
|
Azure |
withTenantId(String tenantId)
Set the tenant |
Methods inherited from java.lang.Object
Constructor Details
AzureActiveDirectoryApp
public AzureActiveDirectoryApp()
Creates an instance of AzureActiveDirectoryApp class.
Method Details
appKey
public String appKey()
Get the appKey property: Key used to authenticate to the Azure Active Directory Application.
Returns:
applicationId
public String applicationId()
Get the applicationId property: Application ID of the Azure Active Directory Application.
Returns:
fromJson
public static AzureActiveDirectoryApp fromJson(JsonReader jsonReader)
Reads an instance of AzureActiveDirectoryApp from the JsonReader.
Parameters:
Returns:
Throws:
ignoreAzurePermissions
public Boolean ignoreAzurePermissions()
Get the ignoreAzurePermissions property: Ignore checking azure permissions on the AAD app.
Returns:
tenantId
public String tenantId()
Get the tenantId property: Tenant id of the customer.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAppKey
public AzureActiveDirectoryApp withAppKey(String appKey)
Set the appKey property: Key used to authenticate to the Azure Active Directory Application.
Parameters:
Returns:
withApplicationId
public AzureActiveDirectoryApp withApplicationId(String applicationId)
Set the applicationId property: Application ID of the Azure Active Directory Application.
Parameters:
Returns:
withIgnoreAzurePermissions
public AzureActiveDirectoryApp withIgnoreAzurePermissions(Boolean ignoreAzurePermissions)
Set the ignoreAzurePermissions property: Ignore checking azure permissions on the AAD app.
Parameters:
Returns:
withTenantId
public AzureActiveDirectoryApp withTenantId(String tenantId)
Set the tenantId property: Tenant id of the customer.
Parameters:
Returns: