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

src.domains.v1alpha2.GetRegistrationIamPolicyArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.domains.v1alpha2

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

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

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy