Deployment interface
User credentials used for publishing activity.
- Extends
Properties
active | True if deployment is currently active, false if completed and null if not started. |
author | Who authored the deployment. |
author |
Author email. |
deployer | Who performed the deployment. |
details | Details on deployment. |
end |
End time. |
message | Details about deployment status. |
start |
Start time. |
status | Deployment status. |
Inherited Properties
id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Kind of resource. |
name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
active
True if deployment is currently active, false if completed and null if not started.
active?: boolean
Property Value
boolean
author
Who authored the deployment.
author?: string
Property Value
string
authorEmail
Author email.
authorEmail?: string
Property Value
string
deployer
Who performed the deployment.
deployer?: string
Property Value
string
details
Details on deployment.
details?: string
Property Value
string
endTime
End time.
endTime?: Date
Property Value
Date
message
Details about deployment status.
message?: string
Property Value
string
startTime
Start time.
startTime?: Date
Property Value
Date
status
Deployment status.
status?: number
Property Value
number
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type