Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/Acl

Acl

[JVM]
open class Acl

Represents the actor role mapping for the resources.

Types

NameSummary
AclBuilder[JVM]
open class AclBuilder

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.

Functions

NameSummary
builder[JVM]
open fun builder(): Acl.AclBuilder
toString[JVM]
open fun toString(): String