All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.index.inputs.GetGtmDomainPropertyLivenessTestArgs.scala Maven / Gradle / Ivy

The newest version!
package besom.api.akamai.inputs

final case class GetGtmDomainPropertyLivenessTestArgs private(
  alternateCaCertificates: besom.types.Output[scala.collection.immutable.List[String]],
  answersRequired: besom.types.Output[Boolean],
  disableNonstandardPortWarning: besom.types.Output[Boolean],
  disabled: besom.types.Output[Boolean],
  errorPenalty: besom.types.Output[Double],
  httpError3xx: besom.types.Output[Boolean],
  httpError4xx: besom.types.Output[Boolean],
  httpError5xx: besom.types.Output[Boolean],
  httpHeaders: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.inputs.GetGtmDomainPropertyLivenessTestHttpHeaderArgs]]],
  httpMethod: besom.types.Output[String],
  httpRequestBody: besom.types.Output[String],
  name: besom.types.Output[String],
  peerCertificateVerification: besom.types.Output[Boolean],
  pre2023SecurityPosture: besom.types.Output[Boolean],
  recursionRequested: besom.types.Output[Boolean],
  requestString: besom.types.Output[String],
  resourceType: besom.types.Output[String],
  responseString: besom.types.Output[String],
  sslClientCertificate: besom.types.Output[String],
  sslClientPrivateKey: besom.types.Output[String],
  testInterval: besom.types.Output[Int],
  testObject: besom.types.Output[String],
  testObjectPassword: besom.types.Output[String],
  testObjectPort: besom.types.Output[Int],
  testObjectProtocol: besom.types.Output[String],
  testObjectUsername: besom.types.Output[String],
  testTimeout: besom.types.Output[Double],
  timeoutPenalty: besom.types.Output[Double]
)

object GetGtmDomainPropertyLivenessTestArgs:
  def apply(
    alternateCaCertificates: besom.types.Input[scala.collection.immutable.List[besom.types.Input[String]]],
    answersRequired: besom.types.Input[Boolean],
    disableNonstandardPortWarning: besom.types.Input[Boolean],
    disabled: besom.types.Input[Boolean],
    errorPenalty: besom.types.Input[Double],
    httpError3xx: besom.types.Input[Boolean],
    httpError4xx: besom.types.Input[Boolean],
    httpError5xx: besom.types.Input[Boolean],
    httpHeaders: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.akamai.inputs.GetGtmDomainPropertyLivenessTestHttpHeaderArgs]]] = scala.None,
    httpMethod: besom.types.Input[String],
    httpRequestBody: besom.types.Input[String],
    name: besom.types.Input[String],
    peerCertificateVerification: besom.types.Input[Boolean],
    pre2023SecurityPosture: besom.types.Input[Boolean],
    recursionRequested: besom.types.Input[Boolean],
    requestString: besom.types.Input[String],
    resourceType: besom.types.Input[String],
    responseString: besom.types.Input[String],
    sslClientCertificate: besom.types.Input[String],
    sslClientPrivateKey: besom.types.Input[String],
    testInterval: besom.types.Input[Int],
    testObject: besom.types.Input[String],
    testObjectPassword: besom.types.Input[String],
    testObjectPort: besom.types.Input[Int],
    testObjectProtocol: besom.types.Input[String],
    testObjectUsername: besom.types.Input[String],
    testTimeout: besom.types.Input[Double],
    timeoutPenalty: besom.types.Input[Double]
  )(using besom.types.Context): GetGtmDomainPropertyLivenessTestArgs =
    new GetGtmDomainPropertyLivenessTestArgs(
      alternateCaCertificates = alternateCaCertificates.asOutput(isSecret = false),
      answersRequired = answersRequired.asOutput(isSecret = false),
      disableNonstandardPortWarning = disableNonstandardPortWarning.asOutput(isSecret = false),
      disabled = disabled.asOutput(isSecret = false),
      errorPenalty = errorPenalty.asOutput(isSecret = false),
      httpError3xx = httpError3xx.asOutput(isSecret = false),
      httpError4xx = httpError4xx.asOutput(isSecret = false),
      httpError5xx = httpError5xx.asOutput(isSecret = false),
      httpHeaders = httpHeaders.asOptionOutput(isSecret = false),
      httpMethod = httpMethod.asOutput(isSecret = false),
      httpRequestBody = httpRequestBody.asOutput(isSecret = false),
      name = name.asOutput(isSecret = false),
      peerCertificateVerification = peerCertificateVerification.asOutput(isSecret = false),
      pre2023SecurityPosture = pre2023SecurityPosture.asOutput(isSecret = false),
      recursionRequested = recursionRequested.asOutput(isSecret = false),
      requestString = requestString.asOutput(isSecret = false),
      resourceType = resourceType.asOutput(isSecret = false),
      responseString = responseString.asOutput(isSecret = false),
      sslClientCertificate = sslClientCertificate.asOutput(isSecret = false),
      sslClientPrivateKey = sslClientPrivateKey.asOutput(isSecret = false),
      testInterval = testInterval.asOutput(isSecret = false),
      testObject = testObject.asOutput(isSecret = false),
      testObjectPassword = testObjectPassword.asOutput(isSecret = false),
      testObjectPort = testObjectPort.asOutput(isSecret = false),
      testObjectProtocol = testObjectProtocol.asOutput(isSecret = false),
      testObjectUsername = testObjectUsername.asOutput(isSecret = false),
      testTimeout = testTimeout.asOutput(isSecret = false),
      timeoutPenalty = timeoutPenalty.asOutput(isSecret = false)
    )

  given encoder(using besom.types.Context): besom.types.Encoder[GetGtmDomainPropertyLivenessTestArgs] =
    besom.internal.Encoder.derived[GetGtmDomainPropertyLivenessTestArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetGtmDomainPropertyLivenessTestArgs] =
    besom.internal.ArgsEncoder.derived[GetGtmDomainPropertyLivenessTestArgs]






© 2015 - 2024 Weber Informatics LLC | Privacy Policy