Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.61 KB

DeviceAssurance.md

File metadata and controls

45 lines (39 loc) · 1.61 KB

DeviceAssurance

Properties

Name Type Description Notes
CreatedBy String [optional] [readonly]
CreatedDate String [optional] [readonly]
DiskEncryptionType DeviceAssuranceDiskEncryptionType [optional]
Id String [optional] [readonly]
Jailbreak Boolean [optional]
LastUpdatedBy String [optional] [readonly]
LastUpdatedDate String [optional] [readonly]
Name String Display name of the Device Assurance Policy [optional]
OsVersion VersionObject [optional]
Platform Platform [optional]
ScreenLockType DeviceAssuranceScreenLockType [optional]
SecureHardwarePresent Boolean [optional]
Links ApiTokenLink [optional]

Examples

  • Prepare the resource
$DeviceAssurance = Initialize-Okta.PowerShellDeviceAssurance  -CreatedBy null `
 -CreatedDate null `
 -DiskEncryptionType null `
 -Id null `
 -Jailbreak null `
 -LastUpdatedBy null `
 -LastUpdatedDate null `
 -Name null `
 -OsVersion null `
 -Platform null `
 -ScreenLockType null `
 -SecureHardwarePresent null `
 -Links null
  • Convert the resource to JSON
$DeviceAssurance | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]