ProjectSecurityPropertiesProjectProtectionArgs

data class ProjectSecurityPropertiesProjectProtectionArgs(val exceptionPolicy: Output<String>? = null, val protected: Output<Boolean>? = null) : ConvertibleToJava<ProjectSecurityPropertiesProjectProtectionArgs>

Constructors

constructor(exceptionPolicy: Output<String>? = null, protected: Output<Boolean>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val protected: Output<Boolean>? = null

Whether enabled, value:(true/false)

Functions

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