FirewallPolicyRuleSecureTagArgs

data class FirewallPolicyRuleSecureTagArgs(val name: Output<String>? = null) : ConvertibleToJava<FirewallPolicyRuleSecureTagArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Name of the secure tag, created with TagManager's TagValue API.

Functions

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