
src.cloudiot.v1.RegistryIamPolicyArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.cloudiot.v1
final case class RegistryIamPolicyArgs private(
bindings: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.cloudiot.v1.inputs.BindingArgs]]],
etag: besom.types.Output[scala.Option[String]],
location: besom.types.Output[scala.Option[String]],
project: besom.types.Output[scala.Option[String]],
registryId: besom.types.Output[String],
version: besom.types.Output[scala.Option[Int]]
)
object RegistryIamPolicyArgs:
def apply(
bindings: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.googlenative.cloudiot.v1.inputs.BindingArgs]]] = scala.None,
etag: besom.types.Input.Optional[String] = scala.None,
location: besom.types.Input.Optional[String] = scala.None,
project: besom.types.Input.Optional[String] = scala.None,
registryId: besom.types.Input[String],
version: besom.types.Input.Optional[Int] = scala.None
)(using besom.types.Context): RegistryIamPolicyArgs =
new RegistryIamPolicyArgs(
bindings = bindings.asOptionOutput(isSecret = false),
etag = etag.asOptionOutput(isSecret = false),
location = location.asOptionOutput(isSecret = false),
project = project.asOptionOutput(isSecret = false),
registryId = registryId.asOutput(isSecret = false),
version = version.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[RegistryIamPolicyArgs] =
besom.internal.Encoder.derived[RegistryIamPolicyArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[RegistryIamPolicyArgs] =
besom.internal.ArgsEncoder.derived[RegistryIamPolicyArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy