GoodMem
ReferenceClient SDKsPython SDKTypes

GcpAdcAuth Type

GcpAdcAuth Type documentation for Python SDK

Configuration for Google Application Default Credentials (ADC).

Properties

NameTypeDescriptionNotes
scopesList[str]Additional OAuth scopes. Empty list falls back to the default cloud-platform scope.[optional]
quota_project_idstrOptional 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

On this page