Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/UpdateSpacePermissionsLocal
UpdateSpacePermissionsLocal
[JVM]
open class UpdateSpacePermissionsLocal
Represents a space permissions update request. Note: Both replaceAcl and updateAcl cannot be used in the same request.
Constructors
| UpdateSpacePermissionsLocal | [JVM] constructor(replaceAcl: List<Acl>, updateAcl: UpdateSpaceAcl) |
Types
| Name | Summary |
|---|---|
| UpdateSpacePermissionsLocalBuilder | [JVM] open class UpdateSpacePermissionsLocalBuilder |
Properties
| Name | Summary |
|---|---|
| replaceAcl | [JVM] open val replaceAcl: List<Acl> Completely replace the existing permissions on the resource. |
| updateAcl | [JVM] open val updateAcl: UpdateSpaceAcl Modify the current permissions by adding or removing permissions, without fully replacing the existing permissions. |
Functions
| Name | Summary |
|---|---|
| builder | [JVM] open fun builder(): UpdateSpacePermissionsLocal.UpdateSpacePermissionsLocalBuilder |
| toString | [JVM] open fun toString(): String |