Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, *, source_control_type, repository_url: str, is_commit_trigger_enabled: bool=False, source_control_auth_properties=None, **kwargs) -> None:
super(SourceRepositoryProperties, self).__init__(**kwargs)
self.source_control_type = source_control_type
self.repository_url = repository_url
self.is_commit_trigger_enabled = is_commit_trigger_enabled
self.source_control_auth_properties = source_control_auth_properties