LocalUserPermissionScopePermissions

data class LocalUserPermissionScopePermissions(val create: Boolean? = null, val delete: Boolean? = null, val list: Boolean? = null, val read: Boolean? = null, val write: Boolean? = null)

Constructors

Link copied to clipboard
constructor(create: Boolean? = null, delete: Boolean? = null, list: Boolean? = null, read: Boolean? = null, write: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val create: Boolean? = null

Specifies if the Local User has the create permission for this scope. Defaults to false.

Link copied to clipboard
val delete: Boolean? = null

Specifies if the Local User has the delete permission for this scope. Defaults to false.

Link copied to clipboard
val list: Boolean? = null

Specifies if the Local User has the list permission for this scope. Defaults to false.

Link copied to clipboard
val read: Boolean? = null

Specifies if the Local User has the read permission for this scope. Defaults to false.

Link copied to clipboard
val write: Boolean? = null

Specifies if the Local User has the write permission for this scope. Defaults to false.