Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/AclActor
AclActor
[JVM]
open class AclActor
Represents the actor role mapping for the resources.
Constructors
| AclActor | [JVM] constructor(@NonNullactor: @NonNullAclIdentity) |
Types
| Name | Summary |
|---|---|
| AclActorBuilder | [JVM] open class AclActorBuilder |
Properties
| Name | Summary |
|---|---|
| actor | [JVM] @NonNull @get:NonNull open val actor: @NonNullAclIdentity The TRN (Trimble Resource Name) of the actor (User/Device/Application). |
Functions
| Name | Summary |
|---|---|
| builder | [JVM] open fun builder(): AclActor.AclActorBuilder |
| toString | [JVM] open fun toString(): String |