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, **kwargs):
super(SourceRepositoryProperties, self).__init__(**kwargs)
self.source_control_type = kwargs.get('source_control_type', None)
self.repository_url = kwargs.get('repository_url', None)
self.is_commit_trigger_enabled = kwargs.get('is_commit_trigger_enabled', False)
self.source_control_auth_properties = kwargs.get('source_control_auth_properties', None)