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

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

package besom.api.googlenative.securitycenter.v1

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

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

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy