Reference documentation and code samples for the Confidential Computing V1 API class Google::Cloud::ConfidentialComputing::V1::SignedEntity.
SignedEntity represents an OCI image object containing everything necessary to verify container image signatures.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#container_image_signatures
def container_image_signatures() -> ::Array<::Google::Cloud::ConfidentialComputing::V1::ContainerImageSignature>
Returns
- (::Array<::Google::Cloud::ConfidentialComputing::V1::ContainerImageSignature>) — Optional. A list of container image signatures attached to an OCI image object.
#container_image_signatures=
def container_image_signatures=(value) -> ::Array<::Google::Cloud::ConfidentialComputing::V1::ContainerImageSignature>
Parameter
- value (::Array<::Google::Cloud::ConfidentialComputing::V1::ContainerImageSignature>) — Optional. A list of container image signatures attached to an OCI image object.
Returns
- (::Array<::Google::Cloud::ConfidentialComputing::V1::ContainerImageSignature>) — Optional. A list of container image signatures attached to an OCI image object.