Specifies the type of security proxy behavior associated with a given object-valued property.
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enum SecurityProxyType |
C# |
---|
public enum SecurityProxyType |
C++ |
---|
public enum class SecurityProxyType |
J# |
---|
public enum SecurityProxyType |
JScript |
---|
public enum SecurityProxyType |
Members
Description | |
---|---|
FULL | 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. |