PermissionScopeArgs

data class PermissionScopeArgs(val permissions: Output<String>, val resourceName: Output<String>, val service: Output<String>) : ConvertibleToJava<PermissionScopeArgs>

Constructors

Link copied to clipboard
constructor(permissions: Output<String>, resourceName: Output<String>, service: Output<String>)

Properties

Link copied to clipboard
val permissions: Output<String>

The permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), and Create (c).

Link copied to clipboard
val resourceName: Output<String>

The name of resource, normally the container name or the file share name, used by the local user.

Link copied to clipboard
val service: Output<String>

The service used by the local user, e.g. blob, file.

Functions

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