Class UploadCertificateResponseInner

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

public final class UploadCertificateResponseInner extends Object
The upload registration certificate response.
  • Constructor Details

    • UploadCertificateResponseInner

      public UploadCertificateResponseInner()
      Creates an instance of UploadCertificateResponseInner class.
  • Method Details

    • authType

      public AuthenticationType authType()
      Get the authType property: Specifies authentication type.
      Returns:
      the authType value.
    • 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.
    • resourceId

      public String resourceId()
      Get the resourceId property: The resource ID of the Data Box Edge/Gateway device.
      Returns:
      the resourceId 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.
    • 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.
    • azureManagementEndpointAudience

      public String azureManagementEndpointAudience()
      Get the azureManagementEndpointAudience property: The azure management endpoint audience.
      Returns:
      the azureManagementEndpointAudience value.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.