OwnershipBasedAccessControl
Information about ownership-based access control.
Property | Type | Description |
---|---|---|
AllowOthersToDelete | boolean | True if non-creators can delete features. |
Enabled | boolean | True if feature-level access control has been enabled on the feature service. |
AllowOthersToUpdate | boolean | True if non-creators can update features. |
Remarks
Using ownership-based access control relies on the ability to get information about who has created features, and who is trying to access them. To use ownership-based access control, Editor Tracking needs to be enabled, and a field designated to track who created the feature (see EditorTrackingInfo). Additionally, the client application must require the user to enter ArcGIS Server credentials, which are then used to obtain a token from ArcGIS Server to send along with any requests to the feature service.