Permission Scope Args
data class PermissionScopeArgs(val permissions: Output<String>, val resourceName: Output<String>, val service: Output<String>) : ConvertibleToJava<PermissionScopeArgs>
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.