GetProjectsProjectSecurityProperties

data class GetProjectsProjectSecurityProperties(val enableDownloadPrivilege: Boolean, val labelSecurity: Boolean, val objectCreatorHasAccessPermission: Boolean, val objectCreatorHasGrantPermission: Boolean, val projectProtection: GetProjectsProjectSecurityPropertiesProjectProtection, val usingAcl: Boolean, val usingPolicy: Boolean)

Constructors

Link copied to clipboard
fun GetProjectsProjectSecurityProperties(enableDownloadPrivilege: Boolean, labelSecurity: Boolean, objectCreatorHasAccessPermission: Boolean, objectCreatorHasGrantPermission: Boolean, projectProtection: GetProjectsProjectSecurityPropertiesProjectProtection, usingAcl: Boolean, usingPolicy: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to enable download permission check.

Link copied to clipboard

Label authorization.

Link copied to clipboard

Project creator permissions.

Link copied to clipboard

Does the project creator have authorization rights.

Link copied to clipboard

Whether to turn on ACL.

Link copied to clipboard

Whether to enable Policy.