Class AttestationServiceCreationSpecificParams

java.lang.Object
com.azure.resourcemanager.attestation.models.AttestationServiceCreationSpecificParams

public final class AttestationServiceCreationSpecificParams extends Object
Client supplied parameters used to create a new attestation provider.
  • Constructor Details

    • AttestationServiceCreationSpecificParams

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

    • policySigningCertificates

      public JsonWebKeySet policySigningCertificates()
      Get the policySigningCertificates property: JSON Web Key Set defining a set of X.509 Certificates that will represent the parent certificate for the signing certificate used for policy operations.
      Returns:
      the policySigningCertificates value.
    • withPolicySigningCertificates

      public AttestationServiceCreationSpecificParams withPolicySigningCertificates(JsonWebKeySet policySigningCertificates)
      Set the policySigningCertificates property: JSON Web Key Set defining a set of X.509 Certificates that will represent the parent certificate for the signing certificate used for policy operations.
      Parameters:
      policySigningCertificates - the policySigningCertificates value to set.
      Returns:
      the AttestationServiceCreationSpecificParams object itself.
    • validate

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