Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/InheritedAcl

InheritedAcl

[JVM]
open class InheritedAcl

Represents the actor role mapping for the resources that are inherited.

Constructors

InheritedAcl[JVM]
constructor()

Properties

NameSummary
actor[JVM]
open var actor: AclIdentity
The TRN (Trimble Resource Name) of the actor (User/Device/Application).
inheritedFrom[JVM]
open var inheritedFrom: String
Indicates the source of the inherited permission.
inheritedFromTrn[JVM]
open var inheritedFromTrn: String
The TRN (Trimble Resource Name) of the resource from which the permission is inherited.
role[JVM]
open var role: AclRole
The role assigned to the actor.
versions[JVM]
open var versions: List<String>
List of version strings associated with this inherited ACL.

Functions

NameSummary
toString[JVM]
open fun toString(): String