ApproveDecision(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A decision that has been made to approve access to a resource.
Attributes |
|
---|---|
Name | Description |
approve_time |
google.protobuf.timestamp_pb2.Timestamp
The time at which approval was granted. |
expire_time |
google.protobuf.timestamp_pb2.Timestamp
The time at which the approval expires. |
invalidate_time |
google.protobuf.timestamp_pb2.Timestamp
If set, denotes the timestamp at which the approval is invalidated. |
signature_info |
google.cloud.accessapproval_v1.types.SignatureInfo
The signature for the ApprovalRequest and details on how it was signed. |
auto_approved |
bool
True when the request has been auto-approved. |