Skip to content

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

NameSummary
UpdateSpacePermissionsLocalBuilder[JVM]
open class UpdateSpacePermissionsLocalBuilder

Properties

NameSummary
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

NameSummary
builder[JVM]
open fun builder(): UpdateSpacePermissionsLocal.UpdateSpacePermissionsLocalBuilder
toString[JVM]
open fun toString(): String