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

src.privateca.v1.GetCaPoolResult.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.privateca.v1


final case class GetCaPoolResult private(
  issuancePolicy: besom.api.googlenative.privateca.v1.outputs.IssuancePolicyResponse,
  labels: scala.Predef.Map[String, String],
  name: String,
  publishingOptions: besom.api.googlenative.privateca.v1.outputs.PublishingOptionsResponse,
  tier: String
)
object GetCaPoolResult :

  given decoder(using besom.types.Context): besom.types.Decoder[GetCaPoolResult] =
    besom.internal.Decoder.derived[GetCaPoolResult]



  given outputOps: {} with
    extension(output: besom.types.Output[GetCaPoolResult])
      def issuancePolicy : besom.types.Output[besom.api.googlenative.privateca.v1.outputs.IssuancePolicyResponse] = output.map(_.issuancePolicy)
      def labels : besom.types.Output[scala.Predef.Map[String, String]] = output.map(_.labels)
      def name : besom.types.Output[String] = output.map(_.name)
      def publishingOptions : besom.types.Output[besom.api.googlenative.privateca.v1.outputs.PublishingOptionsResponse] = output.map(_.publishingOptions)
      def tier : besom.types.Output[String] = output.map(_.tier)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetCaPoolResult]])
      def issuancePolicy : besom.types.Output[scala.Option[besom.api.googlenative.privateca.v1.outputs.IssuancePolicyResponse]] = output.map(_.map(_.issuancePolicy))
      def labels : besom.types.Output[scala.Option[scala.Predef.Map[String, String]]] = output.map(_.map(_.labels))
      def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
      def publishingOptions : besom.types.Output[scala.Option[besom.api.googlenative.privateca.v1.outputs.PublishingOptionsResponse]] = output.map(_.map(_.publishingOptions))
      def tier : besom.types.Output[scala.Option[String]] = output.map(_.map(_.tier))





© 2015 - 2025 Weber Informatics LLC | Privacy Policy