Base class for permission objects that define discretionary access permissions.
The object's owner grants individual users or groups access rights to the object based on the
grantee's identity and group memberships.
Namespace:
FileNet.Api.SecurityAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IDiscretionaryPermission _ Implements IPermission, IEngineObject, ICloneable, IDependentObject |
C# |
---|
public interface IDiscretionaryPermission : IPermission, IEngineObject, ICloneable, IDependentObject |
Visual C++ |
---|
public interface class IDiscretionaryPermission : IPermission, IEngineObject, ICloneable, IDependentObject |
JavaScript |
---|
FileNet.Api.Security.IDiscretionaryPermission = function(); FileNet.Api.Security.IDiscretionaryPermission.createInterface('FileNet.Api.Security.IDiscretionaryPermission'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: Permission