AzureADPartnerClientAuthentication Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. PartnerClientAuthentication - com.
azure. resourcemanager. eventgrid. models. AzureADPartnerClientAuthentication
- com.
- com.
public final class AzureADPartnerClientAuthentication
extends PartnerClientAuthentication
Microsoft Entra ID Partner Client Authentication.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureADPartnerClientAuthentication() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
azureActiveDirectoryApplicationIdOrUri()
Get the azure |
| String |
azureActiveDirectoryTenantId()
Get the azure |
|
Partner |
clientAuthenticationType()
Get the client |
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Azure |
withAzureActiveDirectoryApplicationIdOrUri(String azureActiveDirectoryApplicationIdOrUri)
Set the azure |
|
Azure |
withAzureActiveDirectoryTenantId(String azureActiveDirectoryTenantId)
Set the azure |
Methods inherited from PartnerClientAuthentication
Methods inherited from java.lang.Object
Constructor Details
AzureADPartnerClientAuthentication
public AzureADPartnerClientAuthentication()
Creates an instance of AzureADPartnerClientAuthentication class.
Method Details
azureActiveDirectoryApplicationIdOrUri
public String azureActiveDirectoryApplicationIdOrUri()
Get the azureActiveDirectoryApplicationIdOrUri property: The Microsoft Entra ID Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
Returns:
azureActiveDirectoryTenantId
public String azureActiveDirectoryTenantId()
Get the azureActiveDirectoryTenantId property: The Microsoft Entra ID Tenant ID to get the access token that will be included as the bearer token in delivery requests.
Returns:
clientAuthenticationType
public PartnerClientAuthenticationType clientAuthenticationType()
Get the clientAuthenticationType property: Type of client authentication.
Overrides:
AzureADPartnerClientAuthentication.clientAuthenticationType()Returns:
fromJson
public static AzureADPartnerClientAuthentication fromJson(JsonReader jsonReader)
Reads an instance of AzureADPartnerClientAuthentication from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AzureADPartnerClientAuthentication.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
AzureADPartnerClientAuthentication.validate()withAzureActiveDirectoryApplicationIdOrUri
public AzureADPartnerClientAuthentication withAzureActiveDirectoryApplicationIdOrUri(String azureActiveDirectoryApplicationIdOrUri)
Set the azureActiveDirectoryApplicationIdOrUri property: The Microsoft Entra ID Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
Parameters:
Returns:
withAzureActiveDirectoryTenantId
public AzureADPartnerClientAuthentication withAzureActiveDirectoryTenantId(String azureActiveDirectoryTenantId)
Set the azureActiveDirectoryTenantId property: The Microsoft Entra ID Tenant ID to get the access token that will be included as the bearer token in delivery requests.
Parameters:
Returns: