Searched refs:service_account_name (Results 1 – 3 of 3) sorted by relevance
/external/python/apitools/apitools/base/py/ |
D | credentials_lib_test.py | 26 def _GetServiceCreds(self, service_account_name=None, scopes=None): argument 28 if service_account_name is not None: 29 kwargs['service_account_name'] = service_account_name 30 service_account_name = service_account_name or 'default' 37 return six.StringIO(service_account_name) 39 '/service-accounts/%s/token' % service_account_name): 59 self._GetServiceCreds(service_account_name='my_service_account',
|
D | credentials_lib.py | 176 service_account_name, private_key_filename, scopes, user_agent): argument 184 service_account_name, private_key_filename, scopes=scopes)) 192 service_account_name, key_file.read(), scopes, 234 def __init__(self, scopes=None, service_account_name='default', **kwds): argument 250 self.__service_account_name = service_account_name 606 client_info, service_account_name=None, service_account_keyfile=None, argument 609 if ((service_account_name and not service_account_keyfile) or 610 (service_account_keyfile and not service_account_name)): 620 if service_account_name is not None: 622 service_account_name, service_account_keyfile, scopes, user_agent)
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/app_identity/ |
D | app_identity_service.proto | 45 optional string service_account_name = 1; field 51 optional string service_account_name = 3; field
|