IPWorks Cloud 2020 Python Edition

Questions / Feedback?

account_project_id Property

A Google Cloud Platform project Id string.

Syntax

def get_account_project_id() -> str: ...
def set_account_project_id(value: str) -> None: ...

account_project_id = property(get_account_project_id, set_account_project_id)

Default Value

""

Remarks

A Google Cloud Platform project Id string.

This property specifies the Google Cloud Platform project Id string to use for authentication. It must be set when using OAuth 2.0 authentication (i.e., the authorization property is populated) with one of these storage service providers:

  • spGoogleStorage (9)

Note that the above providers will fall back to using an account_access_key and account_secret_key for authentication if either this property or the authorization property is empty.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]