Searched refs:service_account_name (Results 1 – 5 of 5) sorted by relevance
/external/python/apitools/apitools/base/py/ |
D | credentials_lib_test.py | 31 def __init__(self, scopes=None, service_account_name=None): argument 33 self._sa = service_account_name or 'default' 49 self, service_account_name=None, scopes=None, cache_filename=None): argument 51 if service_account_name is not None: 52 kwargs['service_account_name'] = service_account_name 55 service_account_name = service_account_name or 'default' 61 def _GetServiceCreds(self, service_account_name=None, scopes=None): argument 62 metadatamock = MetadataMock(scopes, service_account_name) 70 service_account_name=service_account_name, 77 self._GetServiceCreds(service_account_name=None, [all …]
|
D | credentials_lib.py | 193 service_account_name, private_key_filename, scopes, user_agent): argument 201 service_account_name, private_key_filename, scopes=scopes)) 209 service_account_name, key_file.read(), scopes, 238 def __init__(self, scopes=None, service_account_name='default', **kwds): argument 255 service_account_name, 718 client_info, service_account_name=None, service_account_keyfile=None, argument 728 if ((service_account_name and not service_account_keyfile) or 729 (service_account_keyfile and not service_account_name)): 732 if service_account_name is not None: 734 service_account_name, service_account_keyfile, scopes, user_agent)
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/test_app/ |
D | server_app.py | 139 service_account_name=None, argument 158 self.service_account_name = service_account_name or deployment_name 229 service_account_name=self.service_account_name, 239 service_account_name=self.service_account_name, 287 self._delete_service_account(self.service_account_name)
|
D | client_app.py | 204 service_account_name=None, argument 217 self.service_account_name = service_account_name or deployment_name 245 service_account_name=self.service_account_name, 255 service_account_name=self.service_account_name, 295 self._delete_service_account(self.service_account_name)
|
/external/autotest/utils/frozen_chromite/third_party/oauth2client/ |
D | client.py | 1601 service_account_name, argument 1644 self.service_account_name = service_account_name 1671 'iss': self.service_account_name
|