Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/Acl
Acl
[JVM]
open class Acl
Represents the actor role mapping for the resources.
Types
| Name | Summary |
|---|---|
| AclBuilder | [JVM] open class AclBuilder |
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. |
Functions
| Name | Summary |
|---|---|
| builder | [JVM] open fun builder(): Acl.AclBuilder |
| toString | [JVM] open fun toString(): String |