Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/FileAcl

FileAcl

[JVM]
open class FileAcl

Represents the actor role mapping for the resources.

Types

NameSummary
FileAclBuilder[JVM]
open class FileAclBuilder

Properties

NameSummary
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

NameSummary
builder[JVM]
open fun builder(): FileAcl.FileAclBuilder
toString[JVM]
open fun toString(): String