GcpAdcAuth Type
GcpAdcAuth Type documentation for Python SDK
Configuration for Google Application Default Credentials (ADC).
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| scopes | List[str] | Additional OAuth scopes. Empty list falls back to the default cloud-platform scope. | [optional] |
| quota_project_id | str | Optional quota project used for billing | [optional] |
Example
from goodmem_client.models.gcp_adc_auth import GcpAdcAuth
# TODO update the JSON string below
json = "{}"
# create an instance of GcpAdcAuth from a JSON string
gcp_adc_auth_instance = GcpAdcAuth.from_json(json)
# print the JSON string representation of the object
print(GcpAdcAuth.to_json())
# convert the object into a dict
gcp_adc_auth_dict = gcp_adc_auth_instance.to_dict()
# create an instance of GcpAdcAuth from a dict
gcp_adc_auth_from_dict = GcpAdcAuth.from_dict(gcp_adc_auth_dict)↑ Back to Python SDK ↑ Back to Python SDK ↑ Back to Python SDK