
src.managedidentities.v1.GetPeeringIamPolicyArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.managedidentities.v1
final case class GetPeeringIamPolicyArgs private(
optionsRequestedPolicyVersion: besom.types.Output[scala.Option[Int]],
peeringId: besom.types.Output[String],
project: besom.types.Output[scala.Option[String]]
)
object GetPeeringIamPolicyArgs:
def apply(
optionsRequestedPolicyVersion: besom.types.Input.Optional[Int] = scala.None,
peeringId: besom.types.Input[String],
project: besom.types.Input.Optional[String] = scala.None
)(using besom.types.Context): GetPeeringIamPolicyArgs =
new GetPeeringIamPolicyArgs(
optionsRequestedPolicyVersion = optionsRequestedPolicyVersion.asOptionOutput(isSecret = false),
peeringId = peeringId.asOutput(isSecret = false),
project = project.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetPeeringIamPolicyArgs] =
besom.internal.Encoder.derived[GetPeeringIamPolicyArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetPeeringIamPolicyArgs] =
besom.internal.ArgsEncoder.derived[GetPeeringIamPolicyArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy