ResourceOperation Enum

Definition

Specifies the operations that a user can perform on a resource.

public enum class ResourceOperation
public enum ResourceOperation
type ResourceOperation = 
Public Enum ResourceOperation
Inheritance
ResourceOperation

Fields

Delete 0

The user may delete a given resource.

ReadAuthorizationPolicy 5

The user may read the security policy associated with a resource.

ReadContent 3

The user may read the MIME content of a resource.

ReadProperties 1

The user may read resource properties.

UpdateContent 4

The user may update or modify the MIME content of a resource.

UpdateDeleteAuthorizationPolicy 6

The user may update or delete the security policy associated with a resource.

UpdateProperties 2

The user may modify or update resource properties.

Applies to