ProjectSecurityPropertiesProjectProtection

data class ProjectSecurityPropertiesProjectProtection(val exceptionPolicy: String? = null, val protected: Boolean? = null)

Constructors

fun ProjectSecurityPropertiesProjectProtection(exceptionPolicy: String? = null, protected: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exceptionPolicy: String? = null

Exclusion policy.

Link copied to clipboard
val protected: Boolean? = null

Is it turned on.