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