Project Security Properties Args
data class ProjectSecurityPropertiesArgs(val enableDownloadPrivilege: Output<Boolean>? = null, val labelSecurity: Output<Boolean>? = null, val objectCreatorHasAccessPermission: Output<Boolean>? = null, val objectCreatorHasGrantPermission: Output<Boolean>? = null, val projectProtection: Output<ProjectSecurityPropertiesProjectProtectionArgs>? = null, val usingAcl: Output<Boolean>? = null, val usingPolicy: Output<Boolean>? = null) : ConvertibleToJava<ProjectSecurityPropertiesArgs>
Constructors
Link copied to clipboard
fun ProjectSecurityPropertiesArgs(enableDownloadPrivilege: Output<Boolean>? = null, labelSecurity: Output<Boolean>? = null, objectCreatorHasAccessPermission: Output<Boolean>? = null, objectCreatorHasGrantPermission: Output<Boolean>? = null, projectProtection: Output<ProjectSecurityPropertiesProjectProtectionArgs>? = null, usingAcl: Output<Boolean>? = null, usingPolicy: Output<Boolean>? = null)