Class ShieldedInstanceIdentity (1.3.1)

ShieldedInstanceIdentity(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A Shielded Instance Identity.

Attributes

NameDescription
encryption_key google.cloud.compute_v1.types.ShieldedInstanceIdentityEntry
An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM. This field is a member of `oneof`_ ``_encryption_key``.
kind str
[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry. This field is a member of `oneof`_ ``_kind``.
signing_key google.cloud.compute_v1.types.ShieldedInstanceIdentityEntry
An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM. This field is a member of `oneof`_ ``_signing_key``.

Inheritance

builtins.object > proto.message.Message > ShieldedInstanceIdentity