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

src.managedidentities.v1.GetDomainIamPolicyArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.managedidentities.v1

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

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

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy