Repository Class

metadata of a repository.

Inheritance
Repository

Constructor

Repository(*, url: Optional[str] = None, branch: Optional[str] = None, display_url: Optional[str] = None, deployment_logs_url: Optional[str] = None, path_mapping: Optional[List[azure.mgmt.securityinsight.models._models_py3.ContentPathMap]] = None, **kwargs)

Variables

url
str

Url of repository.

branch
str

Branch name of repository.

display_url
str

Display url of repository.

deployment_logs_url
str

Url to access repository action logs.

path_mapping
list[ContentPathMap]

Dictionary of source control content type and path mapping.