Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.17 KB

DeployableDeploymentDetails.md

File metadata and controls

16 lines (12 loc) · 1.17 KB

DeployableDeploymentDetails

Properties

Name Type Description Notes
UserEmail string Identity of the user that triggered this deployment. [optional] [default to null]
DeployTime time.Time Beginning of the lifetime of this deployment. [optional] [default to null]
UndeployTime time.Time End of the lifetime of this deployment. [optional] [default to null]
Config string Configuration used to create this deployment. [optional] [default to null]
Address string Address of the runtime element hosting this deployment. [optional] [default to null]
ResourceUri []string Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name. [optional] [default to null]
Platform *DeploymentDetailsPlatform Platform hosting this deployment. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]