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] |
- 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