File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 23
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta/warp-api-af9105bfe35368bc3c9d1437d7aea1864735e0152afd117a816c5f289d8a7c21 .yml
3- openapi_spec_hash : da3c45f9d8a0cf9ff6c46e674b447463
4- config_hash : 236823a4936c76818117c16aa5c188df
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta/warp-api-0bc171e3cd0224936953898ce9b7eb35e1bf1cbf58a673fc80b32c90ce84bcd0 .yml
3+ openapi_spec_hash : 6c7d5f294b0800e878729314f57a09f0
4+ config_hash : 279b20eafe220bf54131676cc0b9cdd2
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
3+ from typing import Optional
4+
35from .._models import BaseModel
46
57__all__ = ["GcpProviderConfig" ]
@@ -16,3 +18,6 @@ class GcpProviderConfig(BaseModel):
1618
1719 workload_identity_federation_provider_id : str
1820 """Workload Identity Federation provider ID"""
21+
22+ service_account_email : Optional [str ] = None
23+ """Optional GCP service account email to impersonate"""
You can’t perform that action at this time.
0 commit comments