Class GatewayPropertiesClientAuth

java.lang.Object
com.azure.resourcemanager.appplatform.models.GatewayPropertiesClientAuth

public final class GatewayPropertiesClientAuth extends Object
Client-Certification Authentication.
  • Constructor Details

    • GatewayPropertiesClientAuth

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

    • certificates

      public List<String> certificates()
      Get the certificates property: Collection of certificate resource Ids in Azure Spring Apps.
      Returns:
      the certificates value.
    • withCertificates

      public GatewayPropertiesClientAuth withCertificates(List<String> certificates)
      Set the certificates property: Collection of certificate resource Ids in Azure Spring Apps.
      Parameters:
      certificates - the certificates value to set.
      Returns:
      the GatewayPropertiesClientAuth object itself.
    • certificateVerification

      public GatewayCertificateVerification certificateVerification()
      Get the certificateVerification property: Whether to enable certificate verification or not.
      Returns:
      the certificateVerification value.
    • withCertificateVerification

      public GatewayPropertiesClientAuth withCertificateVerification(GatewayCertificateVerification certificateVerification)
      Set the certificateVerification property: Whether to enable certificate verification or not.
      Parameters:
      certificateVerification - the certificateVerification value to set.
      Returns:
      the GatewayPropertiesClientAuth object itself.
    • validate

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