Specifies the type of security proxy behavior associated with a given object-valued property.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration SecurityProxyType |
C# |
---|
public enum SecurityProxyType |
Visual C++ |
---|
public enum class SecurityProxyType |
JavaScript |
---|
FileNet.Api.Constants.SecurityProxyType = function(); FileNet.Api.Constants.SecurityProxyType.createEnum('FileNet.Api.Constants.SecurityProxyType', false); |
Members
Type | Member name | Description |
---|---|---|
FULL |
For internal use only. Delegates security to a proxy object. The effective permissions of the object will be that of the proxy object. The access control list for the current object will be ineffective
and invisible. The permissions will be of source PROXY.
| |
INHERITANCE |
Inherits security from a parent object. The effective permissions of the object will be computed dynamically, based on a combination of the current object's access control entries and the
inheritable access control entries of the parent object. The permissions will be of source PARENT.
The following constraints apply:
| |
NONE |
No security proxy behavior is associated with the described property.
|