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

src.gkehub.v1alpha.GetMembershipRbacRoleBindingArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.gkehub.v1alpha

final case class GetMembershipRbacRoleBindingArgs private(
  location: besom.types.Output[String],
  membershipId: besom.types.Output[String],
  project: besom.types.Output[scala.Option[String]],
  rbacrolebindingId: besom.types.Output[String]
)

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

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy