Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class GceShieldedIdentity.
GceShieldedIdentity contains information about a Compute Engine instance.
Generated from protobuf message google.cloud.confidentialcomputing.v1.GceShieldedIdentity
Namespace
Google \ Cloud \ ConfidentialComputing \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ ak_cert
string
Optional. DER-encoded X.509 certificate of the Attestation Key (otherwise known as an AK or a TPM restricted signing key) used to generate the quotes.
↳ ak_cert_chain
array
Optional. List of DER-encoded X.509 certificates which, together with the ak_cert, chain back to a trusted Root Certificate.
getAkCert
Optional. DER-encoded X.509 certificate of the Attestation Key (otherwise known as an AK or a TPM restricted signing key) used to generate the quotes.
string
setAkCert
Optional. DER-encoded X.509 certificate of the Attestation Key (otherwise known as an AK or a TPM restricted signing key) used to generate the quotes.
var
string
$this
getAkCertChain
Optional. List of DER-encoded X.509 certificates which, together with the ak_cert, chain back to a trusted Root Certificate.
setAkCertChain
Optional. List of DER-encoded X.509 certificates which, together with the ak_cert, chain back to a trusted Root Certificate.
var
string[]
$this

