Overview
//trimblecloud-fileservice/trimblecloud.fileservice.models/PermissionsEvaluated
PermissionsEvaluated
[JVM]
open class PermissionsEvaluated
Represents the permissions evaluated for the actors on the resource. It shows the most permissible role applicable for the actor, considering both the direct and inherited permissions.
Constructors
| PermissionsEvaluated | [JVM] constructor() |
Properties
| Name | Summary |
|---|---|
| acl | [JVM] open var acl: List<InheritedAcl> The list of actors and their roles. |
Functions
| Name | Summary |
|---|---|
| toString | [JVM] open fun toString(): String |