PolicyToPath

Used when a regular object exists in a Directory and you want to find all of the policies that are associated with that object and the parent to that object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: String?

The path that is referenced from the root.

Link copied to clipboard

List of policy objects.

Functions

Link copied to clipboard
inline fun copy(block: PolicyToPath.Builder.() -> Unit = {}): PolicyToPath
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String