DefenderCspmGcpOfferingArgs

data class DefenderCspmGcpOfferingArgs(val offeringType: Output<String>) : ConvertibleToJava<DefenderCspmGcpOfferingArgs>

The CSPM P1 for GCP offering

Constructors

Link copied to clipboard
constructor(offeringType: Output<String>)

Properties

Link copied to clipboard
val offeringType: Output<String>

The type of the security offering. Expected value is 'DefenderCspmGcp'.

Functions

Link copied to clipboard
open override fun toJava(): DefenderCspmGcpOfferingArgs