Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.02 KB

DeployableDeploymentDetails.md

File metadata and controls

16 lines (12 loc) · 1.02 KB

DeployableDeploymentDetails

Properties

Name Type Description Notes
user_email str Identity of the user that triggered this deployment. [optional]
deploy_time datetime Beginning of the lifetime of this deployment. [optional]
undeploy_time datetime End of the lifetime of this deployment. [optional]
config str Configuration used to create this deployment. [optional]
address str Address of the runtime element hosting this deployment. [optional]
resource_uri list[str] Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name. [optional]
platform DeploymentDetailsPlatform Platform hosting this deployment. [optional]

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