mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add FULLY_MANAGED and DEDICATED_DEVICE ownership types
This commit is contained in:
parent
51fface401
commit
104bca0fb5
@ -36,7 +36,7 @@ public class EnrolmentInfo implements Serializable {
|
||||
}
|
||||
|
||||
public enum OwnerShip {
|
||||
BYOD, COPE, WORK_PROFILE, GOOGLE_ENTERPRISE, COSU
|
||||
BYOD, COPE, WORK_PROFILE, GOOGLE_ENTERPRISE, COSU, FULLY_MANAGED, DEDICATED_DEVICE
|
||||
}
|
||||
|
||||
@ApiModelProperty(name = "id", value = "ID of the device in the WSO2 EMM device information database.",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user