ResourceAccessType Enumeration
Represents the default access types that can apply to a resource.
Namespace: Gemstone.Security.AccessControlAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.158 -- Release Build+67f4788dca8daac9e24668505947964b66330ea8
public enum ResourceAccessType
Public Enumeration ResourceAccessType
public enum class ResourceAccessType
Gemstone.Security.AccessControl.ResourceAccessType = function();
Gemstone.Security.AccessControl.ResourceAccessType.createEnum('Gemstone.Security.AccessControl.ResourceAccessType', false);
| Create | 0 |
Create a new instance of the resource.
|
| Read | 1 |
Read information about existing resources.
|
| Update | 2 |
Update information associated with existing resources.
|
| Delete | 3 |
Delete a resource from existence.
|
| None | 4 |
A level of access that cannot be satisfied.
|
| Default | 5 |
The default level of access, as defined by the resource type.
|
| NotSpecified | 6 |
No resource access type was explicitly specified.
|