LocalUserPermissionScopePermissionsArgs

data class LocalUserPermissionScopePermissionsArgs(val create: Output<Boolean>? = null, val delete: Output<Boolean>? = null, val list: Output<Boolean>? = null, val read: Output<Boolean>? = null, val write: Output<Boolean>? = null) : ConvertibleToJava<LocalUserPermissionScopePermissionsArgs>

Constructors

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

Properties

Link copied to clipboard
val create: Output<Boolean>? = null

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

Link copied to clipboard
val delete: Output<Boolean>? = null

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

Link copied to clipboard
val list: Output<Boolean>? = null

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

Link copied to clipboard
val read: Output<Boolean>? = null

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

Link copied to clipboard
val write: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): LocalUserPermissionScopePermissionsArgs