View Source GoogleApi.CloudControlsPartner.V1.Model.AccessApprovalRequest (google_api_cloud_controls_partner v0.3.3)
Details about the Access request.
Attributes
-
name
(type:String.t
, default:nil
) - Identifier. Format:organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/accessApprovalRequests/{access_approval_request}
-
requestTime
(type:DateTime.t
, default:nil
) - The time at which approval was requested. -
requestedExpirationTime
(type:DateTime.t
, default:nil
) - The requested expiration for the approval. If the request is approved, access will be granted from the time of approval until the expiration time. -
requestedReason
(type:GoogleApi.CloudControlsPartner.V1.Model.AccessReason.t
, default:nil
) - The justification for which approval is being requested.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudControlsPartner.V1.Model.AccessApprovalRequest{ name: String.t() | nil, requestTime: DateTime.t() | nil, requestedExpirationTime: DateTime.t() | nil, requestedReason: GoogleApi.CloudControlsPartner.V1.Model.AccessReason.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.