Uses of Class
com.okta.sdk.resource.model.DeviceProfile
Packages that use DeviceProfile
-
Uses of DeviceProfile in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return DeviceProfileModifier and TypeMethodDescriptionDeviceProfile.diskEncryptionType
(DiskEncryptionTypeDef diskEncryptionType) DeviceProfile.displayName
(String displayName) Device.getProfile()
Get profileDeviceProfile.integrityJailbreak
(Boolean integrityJailbreak) DeviceProfile.manufacturer
(String manufacturer) DeviceProfile.platform
(DevicePlatform platform) DeviceProfile.registered
(Boolean registered) DeviceProfile.secureHardwarePresent
(Boolean secureHardwarePresent) DeviceProfile.serialNumber
(String serialNumber) DeviceProfile.tpmPublicKeyHash
(String tpmPublicKeyHash) Methods in com.okta.sdk.resource.model with parameters of type DeviceProfileModifier and TypeMethodDescriptionDevice.profile
(DeviceProfile profile) void
Device.setProfile
(DeviceProfile profile)