GitPatternRepository Class

Git repository property payload.

All required parameters must be populated in order to send to Azure.

Inheritance
GitPatternRepository

Constructor

GitPatternRepository(*, name: str, uri: str, pattern: Optional[List[str]] = None, label: Optional[str] = None, search_paths: Optional[List[str]] = None, username: Optional[str] = None, password: Optional[str] = None, host_key: Optional[str] = None, host_key_algorithm: Optional[str] = None, private_key: Optional[str] = None, strict_host_key_checking: Optional[bool] = None, **kwargs)

Variables

name
str

Required. Name of the repository.

pattern
list[str]

Collection of pattern of the repository.

uri
str

Required. URI of the repository.

label
str

Label of the repository.

search_paths
list[str]

Searching path of the repository.

username
str

Username of git repository basic auth.

password
str

Password of git repository basic auth.

host_key
str

Public sshKey of git repository.

host_key_algorithm
str

SshKey algorithm of git repository.

private_key
str

Private sshKey algorithm of git repository.

strict_host_key_checking
bool

Strict host key checking or not.