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

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

package besom.api.googlenative.dataplex.v1

final case class DataTaxonomyAttributeIamPolicyArgs private(
  attributeId: besom.types.Output[String],
  auditConfigs: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.dataplex.v1.inputs.GoogleIamV1AuditConfigArgs]]],
  bindings: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.dataplex.v1.inputs.GoogleIamV1BindingArgs]]],
  dataTaxonomyId: besom.types.Output[String],
  etag: besom.types.Output[scala.Option[String]],
  location: besom.types.Output[scala.Option[String]],
  project: besom.types.Output[scala.Option[String]],
  updateMask: besom.types.Output[scala.Option[String]],
  version: besom.types.Output[scala.Option[Int]]
)

object DataTaxonomyAttributeIamPolicyArgs:
  def apply(
    attributeId: besom.types.Input[String],
    auditConfigs: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.googlenative.dataplex.v1.inputs.GoogleIamV1AuditConfigArgs]]] = scala.None,
    bindings: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.googlenative.dataplex.v1.inputs.GoogleIamV1BindingArgs]]] = scala.None,
    dataTaxonomyId: besom.types.Input[String],
    etag: besom.types.Input.Optional[String] = scala.None,
    location: besom.types.Input.Optional[String] = scala.None,
    project: besom.types.Input.Optional[String] = scala.None,
    updateMask: besom.types.Input.Optional[String] = scala.None,
    version: besom.types.Input.Optional[Int] = scala.None
  )(using besom.types.Context): DataTaxonomyAttributeIamPolicyArgs =
    new DataTaxonomyAttributeIamPolicyArgs(
      attributeId = attributeId.asOutput(isSecret = false),
      auditConfigs = auditConfigs.asOptionOutput(isSecret = false),
      bindings = bindings.asOptionOutput(isSecret = false),
      dataTaxonomyId = dataTaxonomyId.asOutput(isSecret = false),
      etag = etag.asOptionOutput(isSecret = false),
      location = location.asOptionOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false),
      updateMask = updateMask.asOptionOutput(isSecret = false),
      version = version.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy