AccessControlSubjectType
Indirect property ID level type enumeration.
| Name | Description | Value |
|---|---|---|
| ACCESS_CONTROL_SUBJECT_TYPE_UNKNOWN | The subject type is unknown. | 0 |
| ACCESS_CONTROL_SUBJECT_TYPE_USER | The subject is a specific user. | 1 |
| ACCESS_CONTROL_SUBJECT_TYPE_USER_GROUP | The subject is a user group. | 2 |
| ACCESS_CONTROL_SUBJECT_TYPE_PSEUDO_USER | The subject is a pseudo user. | 3 |
Runtime Access
This enumeration is available at runtime on the MFiles global object under the VaultEnums namespace. Access enum values using MFiles.VaultEnums.AccessControlSubjectType.<value>.
Example:
const value =
MFiles.VaultEnums.AccessControlSubjectType
.ACCESS_CONTROL_SUBJECT_TYPE_UNKNOWN;
See also: MFiles Global Object