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

src.containeranalysis.v1alpha1.GetProviderNoteIamPolicyArgs.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.containeranalysis.v1alpha1

final case class GetProviderNoteIamPolicyArgs private(
  noteId: besom.types.Output[String],
  providerId: besom.types.Output[String]
)

object GetProviderNoteIamPolicyArgs:
  def apply(
    noteId: besom.types.Input[String],
    providerId: besom.types.Input[String]
  )(using besom.types.Context): GetProviderNoteIamPolicyArgs =
    new GetProviderNoteIamPolicyArgs(
      noteId = noteId.asOutput(isSecret = false),
      providerId = providerId.asOutput(isSecret = false)
    )

  given encoder(using besom.types.Context): besom.types.Encoder[GetProviderNoteIamPolicyArgs] =
    besom.internal.Encoder.derived[GetProviderNoteIamPolicyArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetProviderNoteIamPolicyArgs] =
    besom.internal.ArgsEncoder.derived[GetProviderNoteIamPolicyArgs]






© 2015 - 2025 Weber Informatics LLC | Privacy Policy