ConfigServerGitProperty Class

Property of git.

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

Inheritance
ConfigServerGitProperty

Constructor

ConfigServerGitProperty(*, uri: str, repositories: Optional[List[azure.mgmt.appplatform.v2020_11_01_preview.models._models_py3.GitPatternRepository]] = 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

repositories
list[GitPatternRepository]

Repositories of git.

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.