Permissions

sbtghactions.Permissions
See thePermissions companion trait
object Permissions

Attributes

See also
Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object None extends Permissions

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Permissions
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
None.type
case object ReadAll extends Permissions

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Permissions
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ReadAll.type
final case class Specify(values: Map[PermissionScope, PermissionValue]) extends Permissions

Attributes

Supertypes
trait Permissions
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object WriteAll extends Permissions

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Permissions
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
WriteAll.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror