IhawuPrincipal

data class IhawuPrincipal(val userId: String, val roles: Set<String>, val attributes: Map<String, String>)

Represents an authenticated user requesting a resource.

Constructors

Link copied to clipboard
constructor(userId: String, roles: Set<String>, attributes: Map<String, String>)

Properties

Link copied to clipboard

The userId metadata that is relevant in policy evaluation

Link copied to clipboard

assigned to the userId

Link copied to clipboard

The user identifier