GoogleApi.OnDemandScanning.V1.Model.DeploymentOccurrence (google_api_on_demand_scanning v0.7.0)
View SourceThe period during which some deployable was active in a runtime.
Attributes
-
address
(type:String.t
, default:nil
) - Address of the runtime element hosting this deployment. -
config
(type:String.t
, default:nil
) - Configuration used to create this deployment. -
deployTime
(type:DateTime.t
, default:nil
) - Required. Beginning of the lifetime of this deployment. -
platform
(type:String.t
, default:nil
) - Platform hosting this deployment. -
resourceUri
(type:list(String.t)
, default:nil
) - Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name. -
undeployTime
(type:DateTime.t
, default:nil
) - End of the lifetime of this deployment. -
userEmail
(type:String.t
, default:nil
) - Identity of the user that triggered this deployment.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OnDemandScanning.V1.Model.DeploymentOccurrence{ address: String.t() | nil, config: String.t() | nil, deployTime: DateTime.t() | nil, platform: String.t() | nil, resourceUri: [String.t()] | nil, undeployTime: DateTime.t() | nil, userEmail: String.t() | nil }