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

src.certificatemanager.v1.GetCertificateIssuanceConfigArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.certificatemanager.v1

final case class GetCertificateIssuanceConfigArgs private(
  certificateIssuanceConfigId: besom.types.Output[String],
  location: besom.types.Output[String],
  project: besom.types.Output[scala.Option[String]]
)

object GetCertificateIssuanceConfigArgs:
  def apply(
    certificateIssuanceConfigId: besom.types.Input[String],
    location: besom.types.Input[String],
    project: besom.types.Input.Optional[String] = scala.None
  )(using besom.types.Context): GetCertificateIssuanceConfigArgs =
    new GetCertificateIssuanceConfigArgs(
      certificateIssuanceConfigId = certificateIssuanceConfigId.asOutput(isSecret = false),
      location = location.asOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy