Get Projects Project Security Properties
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)