Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class SignedEntity.
SignedEntity represents an OCI image object containing everything necessary to verify container image signatures.
Generated from protobuf message google.cloud.confidentialcomputing.v1.SignedEntity
Namespace
Google \ Cloud \ ConfidentialComputing \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ container_image_signatures |
array<Google\Cloud\ConfidentialComputing\V1\ContainerImageSignature>
Optional. A list of container image signatures attached to an OCI image object. |
getContainerImageSignatures
Optional. A list of container image signatures attached to an OCI image object.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setContainerImageSignatures
Optional. A list of container image signatures attached to an OCI image object.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\ConfidentialComputing\V1\ContainerImageSignature>
|
Returns | |
---|---|
Type | Description |
$this |