This property specifies the manner in which setting a value for the described object-valued property establishes a security proxy
for the object. Valid values are FULL, INHERITANCE, and NONE. However, FULL
is for internal use only; do not set the value of this property to FULL.
Namespace:
FileNet.Api.AdminFor descriptions of each value, see FileNet.Api.Constants.SecurityProxyType.
- An object having this property set to FULL on one of its object-valued properties delegates its access control authority to the object referenced by that property.
- Although a class definition can have multiple property definitions that support full security proxy behavior, only one property per object instance is allowed to have its security proxy set to FULL.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property SecurityProxyType As Nullable(Of SecurityProxyType) |
C# |
---|
Nullable<SecurityProxyType> SecurityProxyType { get; set; } |
Visual C++ |
---|
property Nullable<SecurityProxyType> SecurityProxyType { Nullable<SecurityProxyType> get (); void set (Nullable<SecurityProxyType> value); } |
JavaScript |
---|
function get_securityProxyType(); function set_securityProxyType(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: 2
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ