DeploymentInfo Class

Information regarding a deployment.

Inheritance
DeploymentInfo

Constructor

DeploymentInfo(*, deployment_fetch_status: Optional[Union[str, azure.mgmt.securityinsight.models._security_insights_enums.DeploymentFetchStatus]] = None, deployment: Optional[azure.mgmt.securityinsight.models._models_py3.Deployment] = None, message: Optional[str] = None, **kwargs)

Variables

deployment_fetch_status
str or DeploymentFetchStatus

Status while fetching the last deployment. Possible values include: "Success", "Unauthorized", "NotFound".

deployment
Deployment

Deployment information.

message
str

Additional details about the deployment that can be shown to the user.