Class AzureFirstPartyManagedCertificateParameters

java.lang.Object
com.azure.resourcemanager.cdn.models.SecretParameters
com.azure.resourcemanager.cdn.models.AzureFirstPartyManagedCertificateParameters

public final class AzureFirstPartyManagedCertificateParameters extends SecretParameters
Azure FirstParty Managed Certificate provided by other first party resource providers to enable HTTPS.
  • Constructor Details

    • AzureFirstPartyManagedCertificateParameters

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

    • secretSource

      public ResourceReference secretSource()
      Get the secretSource property: Resource reference to the Azure Key Vault certificate. Expected to be in format of /subscriptions/{​​​​​​​​​subscriptionId}​​​​​​​​​/resourceGroups/{​​​​​​​​​resourceGroupName}​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​/providers/Microsoft.KeyVault/vaults/{vaultName}​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​/secrets/{certificateName}​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​.
      Returns:
      the secretSource value.
    • subject

      public String subject()
      Get the subject property: Subject name in the certificate.
      Returns:
      the subject value.
    • expirationDate

      public String expirationDate()
      Get the expirationDate property: Certificate expiration date.
      Returns:
      the expirationDate value.
    • certificateAuthority

      public String certificateAuthority()
      Get the certificateAuthority property: Certificate issuing authority.
      Returns:
      the certificateAuthority value.
    • subjectAlternativeNames

      public List<String> subjectAlternativeNames()
      Get the subjectAlternativeNames property: The list of SANs.
      Returns:
      the subjectAlternativeNames value.
    • withSubjectAlternativeNames

      public AzureFirstPartyManagedCertificateParameters withSubjectAlternativeNames(List<String> subjectAlternativeNames)
      Set the subjectAlternativeNames property: The list of SANs.
      Parameters:
      subjectAlternativeNames - the subjectAlternativeNames value to set.
      Returns:
      the AzureFirstPartyManagedCertificateParameters object itself.
    • thumbprint

      public String thumbprint()
      Get the thumbprint property: Certificate thumbprint.
      Returns:
      the thumbprint value.
    • validate

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