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

src.dataplex.v1.GetDataAttributeBindingIamPolicyArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.dataplex.v1

final case class GetDataAttributeBindingIamPolicyArgs private(
  dataAttributeBindingId: besom.types.Output[String],
  location: besom.types.Output[String],
  optionsRequestedPolicyVersion: besom.types.Output[scala.Option[Int]],
  project: besom.types.Output[scala.Option[String]]
)

object GetDataAttributeBindingIamPolicyArgs:
  def apply(
    dataAttributeBindingId: besom.types.Input[String],
    location: besom.types.Input[String],
    optionsRequestedPolicyVersion: besom.types.Input.Optional[Int] = scala.None,
    project: besom.types.Input.Optional[String] = scala.None
  )(using besom.types.Context): GetDataAttributeBindingIamPolicyArgs =
    new GetDataAttributeBindingIamPolicyArgs(
      dataAttributeBindingId = dataAttributeBindingId.asOutput(isSecret = false),
      location = location.asOutput(isSecret = false),
      optionsRequestedPolicyVersion = optionsRequestedPolicyVersion.asOptionOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy