ProjectSecurityPropertiesProjectProtectionArgs

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

Constructors

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

Functions

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

Properties

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

Exclusion policy.

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

Is it turned on.