StreamAcl

sec.StreamAcl
See theStreamAcl companion object
final case class StreamAcl(readRoles: Set[String], writeRoles: Set[String], deleteRoles: Set[String], metaReadRoles: Set[String], metaWriteRoles: Set[String])

Access Control List for a stream.

Value parameters

deleteRoles

Roles and users permitted to delete the stream.

metaReadRoles

Roles and users permitted to read stream metadata.

metaWriteRoles

Roles and users permitted to write stream metadata.

readRoles

Roles and users permitted to read the stream.

writeRoles

Roles and users permitted to write to the stream.

Attributes

Companion
object
Source
metadata.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def render: String
Extension method from StreamAcl

Attributes

Source
metadata.scala
Extension method from StreamAcl

Attributes

Source
metadata.scala
Extension method from StreamAcl

Attributes

Source
metadata.scala
Extension method from StreamAcl

Attributes

Source
metadata.scala
Extension method from StreamAcl

Attributes

Source
metadata.scala
Extension method from StreamAcl

Attributes

Source
metadata.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product