UploadCertificateResponse Interface

public interface UploadCertificateResponse

An immutable client-side representation of UploadCertificateResponse.

Method Summary

Modifier and Type Method and Description
abstract String aadAudience()

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

abstract String aadAuthority()

Gets the aadAuthority property: Azure Active Directory tenant authority.

abstract String aadTenantId()

Gets the aadTenantId property: Azure Active Directory tenant ID.

abstract AuthenticationType authType()

Gets the authType property: Specifies authentication type.

abstract String azureManagementEndpointAudience()

Gets the azureManagementEndpointAudience property: The azure management endpoint audience.

abstract UploadCertificateResponseInner innerModel()

Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.UploadCertificateResponseInner object.

abstract String resourceId()

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

abstract String servicePrincipalClientId()

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

abstract String servicePrincipalObjectId()

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

Method Details

aadAudience

public abstract String aadAudience()

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

Returns:

the aadAudience value.

aadAuthority

public abstract String aadAuthority()

Gets the aadAuthority property: Azure Active Directory tenant authority.

Returns:

the aadAuthority value.

aadTenantId

public abstract String aadTenantId()

Gets the aadTenantId property: Azure Active Directory tenant ID.

Returns:

the aadTenantId value.

authType

public abstract AuthenticationType authType()

Gets the authType property: Specifies authentication type.

Returns:

the authType value.

azureManagementEndpointAudience

public abstract String azureManagementEndpointAudience()

Gets the azureManagementEndpointAudience property: The azure management endpoint audience.

Returns:

the azureManagementEndpointAudience value.

innerModel

public abstract UploadCertificateResponseInner innerModel()

Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.UploadCertificateResponseInner object.

Returns:

the inner object.

resourceId

public abstract String resourceId()

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

Returns:

the resourceId value.

servicePrincipalClientId

public abstract String servicePrincipalClientId()

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

Returns:

the servicePrincipalClientId value.

servicePrincipalObjectId

public abstract String servicePrincipalObjectId()

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

Returns:

the servicePrincipalObjectId value.

Applies to