Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/FileAcl
FileAcl
[JVM]
open class FileAcl
Represents the actor role mapping for the resources.
Types
| Name | Summary |
|---|---|
| FileAclBuilder | [JVM] open class FileAclBuilder |
Properties
| Name | Summary |
|---|---|
| accessExpiresAt | [JVM] open val accessExpiresAt: Date Time when the actor’s access to the resource expires. |
| actor | [JVM] @NonNull @get:NonNull open val actor: @NonNullAclIdentity The TRN (Trimble Resource Name) of the actor (User/Device/Application). |
| role | [JVM] open val role: AclRole The role assigned to the actor. |
| versions | [JVM] open val versions: List<String> A list of file versions the actor can access. |
Functions
| Name | Summary |
|---|---|
| builder | [JVM] open fun builder(): FileAcl.FileAclBuilder |
| toString | [JVM] open fun toString(): String |