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

src.apigeeregistry.v1.GetDocumentIamPolicyArgs.scala Maven / Gradle / Ivy

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

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

object GetDocumentIamPolicyArgs:
  def apply(
    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): GetDocumentIamPolicyArgs =
    new GetDocumentIamPolicyArgs(
      location = location.asOutput(isSecret = false),
      optionsRequestedPolicyVersion = optionsRequestedPolicyVersion.asOptionOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy