Class ApproveDecision
A decision that has been made to approve access to a resource.
Implements
Inherited Members
Namespace: Google.Apis.AccessApproval.v1.Data
Assembly: Google.Apis.AccessApproval.v1.dll
Syntax
public class ApproveDecision : IDirectResponseSchema
Properties
ApproveTime
object representation of ApproveTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ApproveTimeDateTimeOffset instead.")]
public virtual object ApproveTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ApproveTimeDateTimeOffset
DateTimeOffset representation of ApproveTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ApproveTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ApproveTimeRaw
The time at which approval was granted.
Declaration
[JsonProperty("approveTime")]
public virtual string ApproveTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
AutoApproved
True when the request has been auto-approved.
Declaration
[JsonProperty("autoApproved")]
public virtual bool? AutoApproved { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpireTime
object representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExpireTimeDateTimeOffset instead.")]
public virtual object ExpireTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ExpireTimeDateTimeOffset
DateTimeOffset representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExpireTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ExpireTimeRaw
The time at which the approval expires.
Declaration
[JsonProperty("expireTime")]
public virtual string ExpireTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
InvalidateTime
object representation of InvalidateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use InvalidateTimeDateTimeOffset instead.")]
public virtual object InvalidateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
InvalidateTimeDateTimeOffset
DateTimeOffset representation of InvalidateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? InvalidateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
InvalidateTimeRaw
If set, denotes the timestamp at which the approval is invalidated.
Declaration
[JsonProperty("invalidateTime")]
public virtual string InvalidateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
SignatureInfo
The signature for the ApprovalRequest and details on how it was signed.
Declaration
[JsonProperty("signatureInfo")]
public virtual SignatureInfo SignatureInfo { get; set; }
Property Value
Type | Description |
---|---|
SignatureInfo |