Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class SignatureType.
SignatureType enumerates supported signature types for attestation tokens.
Protobuf type google.cloud.confidentialcomputing.v1.SignatureType
Namespace
Google \ Cloud \ ConfidentialComputing \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SIGNATURE_TYPE_UNSPECIFIED
Value: 0Unspecified signature type.
Generated from protobuf enum SIGNATURE_TYPE_UNSPECIFIED = 0;
SIGNATURE_TYPE_OIDC
Value: 1Google OIDC signature.
Generated from protobuf enum SIGNATURE_TYPE_OIDC = 1;
SIGNATURE_TYPE_PKI
Value: 2Public Key Infrastructure (PKI) signature.
Generated from protobuf enum SIGNATURE_TYPE_PKI = 2;