Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Make service_account_email public, read-only#76

Merged
theacodes merged 4 commits intomasterfrom
public-service-account-name
Nov 8, 2016
Merged

Make service_account_email public, read-only#76
theacodes merged 4 commits intomasterfrom
public-service-account-name

Conversation

@theacodes
Copy link
Copy Markdown
Contributor

No description provided.

"""The service account email."""
if self._service_account_id is not None:
return self._service_account_id
else:

This comment was marked as spam.

This comment was marked as spam.

@property
def service_account_email(self):
"""The service account email.

This comment was marked as spam.

This comment was marked as spam.


# Check the credential info
assert (self.credentials._service_account_email ==
assert (self.credentials.service_account_email ==

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@theacodes theacodes merged commit 61ffb05 into master Nov 8, 2016
@theacodes theacodes deleted the public-service-account-name branch November 8, 2016 17:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants