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