Class ConfidentialGkeOptions (0.8.0)

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

Token options for Confidential GKE attestation.

Attributes

Name Description
audience str
Optional. Optional string to issue the token with a custom audience claim. Required if custom nonces are specified.
nonce MutableSequence[str]
Optional. Optional parameter to place one or more nonces in the eat_nonce claim in the output token. The minimum size for JSON-encoded EATs is 10 bytes and the maximum size is 74 bytes.
signature_type google.cloud.confidentialcomputing_v1.types.SignatureType
Optional. Optional specification for how to sign the attestation token. Defaults to SIGNATURE_TYPE_OIDC if unspecified.