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

src.securitycenter.v1.GetFolderSecurityHealthAnalyticsSettingCustomModuleArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.securitycenter.v1

final case class GetFolderSecurityHealthAnalyticsSettingCustomModuleArgs private(
  customModuleId: besom.types.Output[String],
  folderId: besom.types.Output[String]
)

object GetFolderSecurityHealthAnalyticsSettingCustomModuleArgs:
  def apply(
    customModuleId: besom.types.Input[String],
    folderId: besom.types.Input[String]
  )(using besom.types.Context): GetFolderSecurityHealthAnalyticsSettingCustomModuleArgs =
    new GetFolderSecurityHealthAnalyticsSettingCustomModuleArgs(
      customModuleId = customModuleId.asOutput(isSecret = false),
      folderId = folderId.asOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy