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

src.cloudidentity.v1beta1.GetInboundSamlSsoProfileArgs.scala Maven / Gradle / Ivy

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

final case class GetInboundSamlSsoProfileArgs private(
  inboundSamlSsoProfileId: besom.types.Output[String]
)

object GetInboundSamlSsoProfileArgs:
  def apply(
    inboundSamlSsoProfileId: besom.types.Input[String]
  )(using besom.types.Context): GetInboundSamlSsoProfileArgs =
    new GetInboundSamlSsoProfileArgs(
      inboundSamlSsoProfileId = inboundSamlSsoProfileId.asOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy