Class Challenge (0.4.8)

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

A Challenge from the server used to guarantee freshness of attestations

Attributes

NameDescription
name str
Output only. The resource name for this Challenge in the format projects/*/locations/*/challenges/*
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this Challenge was created
expire_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this Challenge will no longer be usable. It is also the expiration time for any tokens generated from this Challenge.
used bool
Output only. Indicates if this challenge has been used to generate a token.
tpm_nonce str
Output only. Identical to nonce, but as a string.