ResourceAccessType Enumeration

Represents the default access types that can apply to a resource.

Definition

Namespace: Gemstone.Security.AccessControl
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.147 -- Release Build+3014b8a0edc553e56f868ef31b6f0f5012f8db4f
public enum ResourceAccessType

Members

Create0 Create a new instance of the resource.
Read1 Read information about existing resources.
Update2 Update information associated with existing resources.
Delete3 Delete a resource from existence.
None4 A level of access that cannot be satisfied.
Default5 The default level of access, as defined by the resource type.
NotSpecified6 No resource access type was explicitly specified.

See Also