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

src.iap.v1beta1.V1beta1IamMemberArgs.scala Maven / Gradle / Ivy

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

final case class V1beta1IamMemberArgs private(
  condition: besom.types.Output[scala.Option[besom.api.googlenative.iam.v1.inputs.ConditionArgs]],
  member: besom.types.Output[String],
  name: besom.types.Output[String],
  role: besom.types.Output[String]
)

object V1beta1IamMemberArgs:
  def apply(
    condition: besom.types.Input.Optional[besom.api.googlenative.iam.v1.inputs.ConditionArgs] = scala.None,
    member: besom.types.Input[String],
    name: besom.types.Input[String],
    role: besom.types.Input[String]
  )(using besom.types.Context): V1beta1IamMemberArgs =
    new V1beta1IamMemberArgs(
      condition = condition.asOptionOutput(isSecret = false),
      member = member.asOutput(isSecret = false),
      name = name.asOutput(isSecret = false),
      role = role.asOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy