View Source GoogleApi.AccessApproval.V1.Model.ApproveDecision (google_api_access_approval v0.12.0)
A decision that has been made to approve access to a resource.
Attributes
-
approveTime
(type:DateTime.t
, default:nil
) - The time at which approval was granted. -
autoApproved
(type:boolean()
, default:nil
) - True when the request has been auto-approved. -
expireTime
(type:DateTime.t
, default:nil
) - The time at which the approval expires. -
invalidateTime
(type:DateTime.t
, default:nil
) - If set, denotes the timestamp at which the approval is invalidated. -
signatureInfo
(type:GoogleApi.AccessApproval.V1.Model.SignatureInfo.t
, default:nil
) - The signature for the ApprovalRequest and details on how it was signed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AccessApproval.V1.Model.ApproveDecision{ approveTime: DateTime.t() | nil, autoApproved: boolean() | nil, expireTime: DateTime.t() | nil, invalidateTime: DateTime.t() | nil, signatureInfo: GoogleApi.AccessApproval.V1.Model.SignatureInfo.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.