public sealed class ApproveDecision : IMessage<ApproveDecision>, IEquatable<ApproveDecision>, IDeepCloneable<ApproveDecision>, IBufferMessage, IMessageA decision that has been made to approve access to a resource.
Implements
IMessage<ApproveDecision>, IEquatable<ApproveDecision>, IDeepCloneable<ApproveDecision>, IBufferMessage, IMessageNamespace
Google.Cloud.AccessApproval.V1Assembly
Google.Cloud.AccessApproval.V1.dll
Constructors
ApproveDecision()
public ApproveDecision()ApproveDecision(ApproveDecision)
public ApproveDecision(ApproveDecision other)| Parameter | |
|---|---|
| Name | Description |
other |
ApproveDecision |
Properties
ApproveTime
public Timestamp ApproveTime { get; set; }The time at which approval was granted.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
ExpireTime
public Timestamp ExpireTime { get; set; }The time at which the approval expires.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|