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

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

package besom.api.googlenative.securitycenter.v1

final case class ProjectSecurityHealthAnalyticsSettingCustomModuleArgs private(
  customConfig: besom.types.Output[scala.Option[besom.api.googlenative.securitycenter.v1.inputs.GoogleCloudSecuritycenterV1CustomConfigArgs]],
  displayName: besom.types.Output[scala.Option[String]],
  enablementState: besom.types.Output[scala.Option[besom.api.googlenative.securitycenter.v1.enums.ProjectSecurityHealthAnalyticsSettingCustomModuleEnablementState]],
  name: besom.types.Output[scala.Option[String]],
  project: besom.types.Output[scala.Option[String]]
)

object ProjectSecurityHealthAnalyticsSettingCustomModuleArgs:
  def apply(
    customConfig: besom.types.Input.Optional[besom.api.googlenative.securitycenter.v1.inputs.GoogleCloudSecuritycenterV1CustomConfigArgs] = scala.None,
    displayName: besom.types.Input.Optional[String] = scala.None,
    enablementState: besom.types.Input.Optional[besom.api.googlenative.securitycenter.v1.enums.ProjectSecurityHealthAnalyticsSettingCustomModuleEnablementState] = scala.None,
    name: besom.types.Input.Optional[String] = scala.None,
    project: besom.types.Input.Optional[String] = scala.None
  )(using besom.types.Context): ProjectSecurityHealthAnalyticsSettingCustomModuleArgs =
    new ProjectSecurityHealthAnalyticsSettingCustomModuleArgs(
      customConfig = customConfig.asOptionOutput(isSecret = false),
      displayName = displayName.asOptionOutput(isSecret = false),
      enablementState = enablementState.asOptionOutput(isSecret = false),
      name = name.asOptionOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy