Enum/TppManagementType.ps1

enum TppManagementType {
    Unassigned
    Monitoring
    Enrollment
    Provisioning
}