Permission Scope Response
data class PermissionScopeResponse(val permissions: String, val resourceName: String, val service: String)
Properties
Link copied to clipboard
The permissions for the local user. Possible values include: Read (r), Write (w), Delete (d), List (l), Create (c), Modify Ownership (o), and Modify Permissions (p).
Link copied to clipboard
The name of resource, normally the container name or the file share name, used by the local user.