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

src.apigateway.v1beta.GetApiConfigIamPolicyArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.apigateway.v1beta

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

object GetApiConfigIamPolicyArgs:
  def apply(
    apiId: besom.types.Input[String],
    configId: 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): GetApiConfigIamPolicyArgs =
    new GetApiConfigIamPolicyArgs(
      apiId = apiId.asOutput(isSecret = false),
      configId = configId.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[GetApiConfigIamPolicyArgs] =
    besom.internal.Encoder.derived[GetApiConfigIamPolicyArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetApiConfigIamPolicyArgs] =
    besom.internal.ArgsEncoder.derived[GetApiConfigIamPolicyArgs]






© 2015 - 2025 Weber Informatics LLC | Privacy Policy