Permission

@Serializable
data class Permission(val id: String, val name: String, val type: String, val description: String, val createdAt: Long, val updatedAt: Long)

Represents a permission within an organization.

Constructors

Link copied to clipboard
constructor(id: String, name: String, type: String, description: String, createdAt: Long, updatedAt: Long)

Properties

Link copied to clipboard

Creation timestamp

Link copied to clipboard

Description of the permission

Link copied to clipboard
val id: String

Unique identifier

Link copied to clipboard

Name of the permission

Link copied to clipboard

Type of the permission

Link copied to clipboard

Last update timestamp