Device Secrets Response
data class DeviceSecretsResponse(val bmcDefaultUserPassword: SecretResponse? = null, val hcsDataVolumeBitLockerExternalKey: SecretResponse? = null, val hcsInternalVolumeBitLockerExternalKey: SecretResponse? = null, val rotateKeyForDataVolumeBitlocker: SecretResponse? = null, val rotateKeysForSedDrivesSerialized: SecretResponse? = null, val sedEncryptionExternalKey: SecretResponse? = null, val sedEncryptionExternalKeyId: SecretResponse? = null, val systemVolumeBitLockerRecoveryKey: SecretResponse? = null)
Device Secrets
Constructors
Link copied to clipboard
fun DeviceSecretsResponse(bmcDefaultUserPassword: SecretResponse? = null, hcsDataVolumeBitLockerExternalKey: SecretResponse? = null, hcsInternalVolumeBitLockerExternalKey: SecretResponse? = null, rotateKeyForDataVolumeBitlocker: SecretResponse? = null, rotateKeysForSedDrivesSerialized: SecretResponse? = null, sedEncryptionExternalKey: SecretResponse? = null, sedEncryptionExternalKeyId: SecretResponse? = null, systemVolumeBitLockerRecoveryKey: SecretResponse? = null)