NumberResourceDescriptor

mbauer83.zio_http_authorization.Resource$.NumberResourceDescriptor
case class NumberResourceDescriptor(resourceName: String | Symbol, resourceId: Number, tenantId: Option[Number]) extends ResourceDescriptor[Number, Number]

A ResourceDescriptor for a resources and tenants identified by Numbers

Attributes

Graph
Supertypes
trait ResourceDescriptor[Number, Number]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type IdType = I

Attributes

Inherited from:
ResourceDescriptor
type TenantIdType = T

Attributes

Inherited from:
ResourceDescriptor

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product