SourceControlUpdateParameters Class

The parameters supplied to the update source control operation.

Inheritance
SourceControlUpdateParameters

Constructor

SourceControlUpdateParameters(*, branch: Optional[str] = None, folder_path: Optional[str] = None, auto_sync: Optional[bool] = None, publish_runbook: Optional[bool] = None, security_token: Optional[azure.mgmt.automation.models._models_py3.SourceControlSecurityTokenProperties] = None, description: Optional[str] = None, **kwargs)

Parameters

branch
str
Required

The repo branch of the source control.

folder_path
str
Required

The folder path of the source control. Path must be relative.

auto_sync
bool
Required

The auto sync of the source control. Default is false.

publish_runbook
bool
Required

The auto publish of the source control. Default is true.

security_token
SourceControlSecurityTokenProperties
Required

The authorization token for the repo of the source control.

description
str
Required

The user description of the source control.