Image Shielded Instance Initial State Args
data class ImageShieldedInstanceInitialStateArgs(val dbs: Output<List<ImageShieldedInstanceInitialStateDbArgs>>? = null, val dbxs: Output<List<ImageShieldedInstanceInitialStateDbxArgs>>? = null, val keks: Output<List<ImageShieldedInstanceInitialStateKekArgs>>? = null, val pk: Output<ImageShieldedInstanceInitialStatePkArgs>? = null) : ConvertibleToJava<ImageShieldedInstanceInitialStateArgs>
Constructors
Link copied to clipboard
constructor(dbs: Output<List<ImageShieldedInstanceInitialStateDbArgs>>? = null, dbxs: Output<List<ImageShieldedInstanceInitialStateDbxArgs>>? = null, keks: Output<List<ImageShieldedInstanceInitialStateKekArgs>>? = null, pk: Output<ImageShieldedInstanceInitialStatePkArgs>? = null)
Properties
Link copied to clipboard
The Key Database (db). Structure is documented below.
Link copied to clipboard
The forbidden key database (dbx). Structure is documented below.
Link copied to clipboard
The Key Exchange Key (KEK). Structure is documented below.
Link copied to clipboard
The Platform Key (PK). Structure is documented below.