
src.securitycenter.v1.OrganizationEventThreatDetectionSettingCustomModuleArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.securitycenter.v1
final case class OrganizationEventThreatDetectionSettingCustomModuleArgs private(
config: besom.types.Output[scala.Option[scala.Predef.Map[String, String]]],
description: besom.types.Output[scala.Option[String]],
displayName: besom.types.Output[scala.Option[String]],
enablementState: besom.types.Output[scala.Option[besom.api.googlenative.securitycenter.v1.enums.OrganizationEventThreatDetectionSettingCustomModuleEnablementState]],
name: besom.types.Output[scala.Option[String]],
organizationId: besom.types.Output[String],
`type`: besom.types.Output[scala.Option[String]]
)
object OrganizationEventThreatDetectionSettingCustomModuleArgs:
def apply(
config: besom.types.Input.Optional[scala.Predef.Map[String, besom.types.Input[String]]] = scala.None,
description: besom.types.Input.Optional[String] = scala.None,
displayName: besom.types.Input.Optional[String] = scala.None,
enablementState: besom.types.Input.Optional[besom.api.googlenative.securitycenter.v1.enums.OrganizationEventThreatDetectionSettingCustomModuleEnablementState] = scala.None,
name: besom.types.Input.Optional[String] = scala.None,
organizationId: besom.types.Input[String],
`type`: besom.types.Input.Optional[String] = scala.None
)(using besom.types.Context): OrganizationEventThreatDetectionSettingCustomModuleArgs =
new OrganizationEventThreatDetectionSettingCustomModuleArgs(
config = config.asOptionOutput(isSecret = false),
description = description.asOptionOutput(isSecret = false),
displayName = displayName.asOptionOutput(isSecret = false),
enablementState = enablementState.asOptionOutput(isSecret = false),
name = name.asOptionOutput(isSecret = false),
organizationId = organizationId.asOutput(isSecret = false),
`type` = `type`.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[OrganizationEventThreatDetectionSettingCustomModuleArgs] =
besom.internal.Encoder.derived[OrganizationEventThreatDetectionSettingCustomModuleArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[OrganizationEventThreatDetectionSettingCustomModuleArgs] =
besom.internal.ArgsEncoder.derived[OrganizationEventThreatDetectionSettingCustomModuleArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy