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

src.iam.v1.GetProviderResult.scala Maven / Gradle / Ivy

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


final case class GetProviderResult private(
  attributeCondition: String,
  attributeMapping: scala.Predef.Map[String, String],
  aws: besom.api.googlenative.iam.v1.outputs.AwsResponse,
  description: String,
  disabled: Boolean,
  displayName: String,
  expireTime: String,
  name: String,
  oidc: besom.api.googlenative.iam.v1.outputs.OidcResponse,
  saml: besom.api.googlenative.iam.v1.outputs.SamlResponse,
  state: String
)
object GetProviderResult :

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



  given outputOps: {} with
    extension(output: besom.types.Output[GetProviderResult])
      def attributeCondition : besom.types.Output[String] = output.map(_.attributeCondition)
      def attributeMapping : besom.types.Output[scala.Predef.Map[String, String]] = output.map(_.attributeMapping)
      def aws : besom.types.Output[besom.api.googlenative.iam.v1.outputs.AwsResponse] = output.map(_.aws)
      def description : besom.types.Output[String] = output.map(_.description)
      def disabled : besom.types.Output[Boolean] = output.map(_.disabled)
      def displayName : besom.types.Output[String] = output.map(_.displayName)
      def expireTime : besom.types.Output[String] = output.map(_.expireTime)
      def name : besom.types.Output[String] = output.map(_.name)
      def oidc : besom.types.Output[besom.api.googlenative.iam.v1.outputs.OidcResponse] = output.map(_.oidc)
      def saml : besom.types.Output[besom.api.googlenative.iam.v1.outputs.SamlResponse] = output.map(_.saml)
      def state : besom.types.Output[String] = output.map(_.state)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetProviderResult]])
      def attributeCondition : besom.types.Output[scala.Option[String]] = output.map(_.map(_.attributeCondition))
      def attributeMapping : besom.types.Output[scala.Option[scala.Predef.Map[String, String]]] = output.map(_.map(_.attributeMapping))
      def aws : besom.types.Output[scala.Option[besom.api.googlenative.iam.v1.outputs.AwsResponse]] = output.map(_.map(_.aws))
      def description : besom.types.Output[scala.Option[String]] = output.map(_.map(_.description))
      def disabled : besom.types.Output[scala.Option[Boolean]] = output.map(_.map(_.disabled))
      def displayName : besom.types.Output[scala.Option[String]] = output.map(_.map(_.displayName))
      def expireTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.expireTime))
      def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
      def oidc : besom.types.Output[scala.Option[besom.api.googlenative.iam.v1.outputs.OidcResponse]] = output.map(_.map(_.oidc))
      def saml : besom.types.Output[scala.Option[besom.api.googlenative.iam.v1.outputs.SamlResponse]] = output.map(_.map(_.saml))
      def state : besom.types.Output[scala.Option[String]] = output.map(_.map(_.state))





© 2015 - 2025 Weber Informatics LLC | Privacy Policy