UploadCertificateResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.databoxedge.fluent.models.UploadCertificateResponseInner

public final class UploadCertificateResponseInner

The upload registration certificate response.

Constructor Summary

Constructor Description
UploadCertificateResponseInner()

Creates an instance of UploadCertificateResponseInner class.

Method Summary

Modifier and Type Method and Description
String aadAudience()

Get the aadAudience property: Identifier of the target resource that is the recipient of the requested token.

String aadAuthority()

Get the aadAuthority property: Azure Active Directory tenant authority.

String aadTenantId()

Get the aadTenantId property: Azure Active Directory tenant ID.

AuthenticationType authType()

Get the authType property: Specifies authentication type.

String azureManagementEndpointAudience()

Get the azureManagementEndpointAudience property: The azure management endpoint audience.

String resourceId()

Get the resourceId property: The resource ID of the Data Box Edge/Gateway device.

String servicePrincipalClientId()

Get the servicePrincipalClientId property: Azure Active Directory service principal client ID.

String servicePrincipalObjectId()

Get the servicePrincipalObjectId property: Azure Active Directory service principal object ID.

void validate()

Validates the instance.

UploadCertificateResponseInner withAuthType(AuthenticationType authType)

Set the authType property: Specifies authentication type.

Methods inherited from java.lang.Object

Constructor Details

UploadCertificateResponseInner

public UploadCertificateResponseInner()

Creates an instance of UploadCertificateResponseInner class.

Method Details

aadAudience

public String aadAudience()

Get the aadAudience property: Identifier of the target resource that is the recipient of the requested token.

Returns:

the aadAudience value.

aadAuthority

public String aadAuthority()

Get the aadAuthority property: Azure Active Directory tenant authority.

Returns:

the aadAuthority value.

aadTenantId

public String aadTenantId()

Get the aadTenantId property: Azure Active Directory tenant ID.

Returns:

the aadTenantId value.

authType

public AuthenticationType authType()

Get the authType property: Specifies authentication type.

Returns:

the authType value.

azureManagementEndpointAudience

public String azureManagementEndpointAudience()

Get the azureManagementEndpointAudience property: The azure management endpoint audience.

Returns:

the azureManagementEndpointAudience value.

resourceId

public String resourceId()

Get the resourceId property: The resource ID of the Data Box Edge/Gateway device.

Returns:

the resourceId value.

servicePrincipalClientId

public String servicePrincipalClientId()

Get the servicePrincipalClientId property: Azure Active Directory service principal client ID.

Returns:

the servicePrincipalClientId value.

servicePrincipalObjectId

public String servicePrincipalObjectId()

Get the servicePrincipalObjectId property: Azure Active Directory service principal object ID.

Returns:

the servicePrincipalObjectId value.

validate

public void validate()

Validates the instance.

withAuthType

public UploadCertificateResponseInner withAuthType(AuthenticationType authType)

Set the authType property: Specifies authentication type.

Parameters:

authType - the authType value to set.

Returns:

the UploadCertificateResponseInner object itself.

Applies to