container-registry / harbor-api-client

Use r”“” if any backslashes in a docstring FLK-D301
Documentation
Minor
a year agoa year old
Use r""" if any backslashes in a docstring
114
115    @property
116    def auth(self):
117        """Gets the auth of this ScannerRegistrationSettings.  # noqa: E501118
119        Specify what authentication approach is adopted for the HTTP communications. Supported types Basic\", \"Bearer\" and api key header \"X-ScannerAdapter-API-Key\"   # noqa: E501
120
Use r""" if any backslashes in a docstring
125
126    @auth.setter
127    def auth(self, auth):
128        """Sets the auth of this ScannerRegistrationSettings.129
130        Specify what authentication approach is adopted for the HTTP communications. Supported types Basic\", \"Bearer\" and api key header \"X-ScannerAdapter-API-Key\"   # noqa: E501
131
Use r""" if any backslashes in a docstring
182
183    @auth.setter
184    def auth(self, auth):
185        """Sets the auth of this ScannerRegistrationReq.186
187        Specify what authentication approach is adopted for the HTTP communications. Supported types Basic\", \"Bearer\" and api key header \"X-ScannerAdapter-API-Key\"   # noqa: E501
188
Use r""" if any backslashes in a docstring
171
172    @property
173    def auth(self):
174        """Gets the auth of this ScannerRegistrationReq.  # noqa: E501175
176        Specify what authentication approach is adopted for the HTTP communications. Supported types Basic\", \"Bearer\" and api key header \"X-ScannerAdapter-API-Key\"   # noqa: E501
177
Use r""" if any backslashes in a docstring
297
298    @auth.setter
299    def auth(self, auth):
300        """Sets the auth of this ScannerRegistration.301
302        Specify what authentication approach is adopted for the HTTP communications. Supported types Basic\", \"Bearer\" and api key header \"X-ScannerAdapter-API-Key\"   # noqa: E501
303