PermissionScopeResponse

data class PermissionScopeResponse(val permissions: String, val resourceName: String, val service: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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