Searched refs:service_account_name (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
D | credentials_lib_test.py | 28 def _GetServiceCreds(self, service_account_name=None, scopes=None): argument 30 if service_account_name is not None: 31 kwargs['service_account_name'] = service_account_name 32 service_account_name = service_account_name or 'default' 39 return six.StringIO(service_account_name) 41 '/service-accounts/%s/token' % service_account_name): 52 re.compile(r'.*/%s/.*' % service_account_name), 63 self._GetServiceCreds(service_account_name='my_service_account',
|
D | credentials_lib.py | 112 service_account_name, private_key_filename, scopes, argument 116 service_account_name, key_file.read(), scopes, 120 def ServiceAccountCredentials(service_account_name, private_key, scopes, argument 125 service_account_name, private_key, scopes, **service_account_kwargs) 165 def __init__(self, scopes=None, service_account_name='default', **kwds): argument 181 self.__service_account_name = service_account_name 496 client_info, service_account_name=None, service_account_keyfile=None, argument 498 if ((service_account_name and not service_account_keyfile) or 499 (service_account_keyfile and not service_account_name)): 521 if service_account_name is not None: [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/ |
D | run_system_tests.py | 73 service_account_name=P12_KEY_EMAIL,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | client.py | 1477 service_account_name, argument 1520 self.service_account_name = service_account_name 1547 'iss': self.service_account_name
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | utils.py | 284 service_account_name=account_details['client_email'],
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/ |
D | oauth2_client.py | 444 self.service_account_name = self._service_account_email
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | gcs_json_api.py | 363 key_dict['service_account_name'] = credentials.service_account_name
|