flywheel.models.gcp_creds
GcpCreds
Bases: object
auth_provider_x509_cert_url property writable
Gets the auth_provider_x509_cert_url of this GcpCreds.
Returns:
| Type | Description |
|---|---|
str | The auth_provider_x509_cert_url of this GcpCreds |
auth_uri property writable
Gets the auth_uri of this GcpCreds.
Returns:
| Type | Description |
|---|---|
str | The auth_uri of this GcpCreds |
client_email property writable
Gets the client_email of this GcpCreds.
Returns:
| Type | Description |
|---|---|
str | The client_email of this GcpCreds |
client_id property writable
Gets the client_id of this GcpCreds.
Returns:
| Type | Description |
|---|---|
str | The client_id of this GcpCreds |
client_x509_cert_url property writable
Gets the client_x509_cert_url of this GcpCreds.
Returns:
| Type | Description |
|---|---|
str | The client_x509_cert_url of this GcpCreds |
private_key property writable
Gets the private_key of this GcpCreds.
Returns:
| Type | Description |
|---|---|
str | The private_key of this GcpCreds |
private_key_id property writable
Gets the private_key_id of this GcpCreds.
Returns:
| Type | Description |
|---|---|
str | The private_key_id of this GcpCreds |
project_id property writable
Gets the project_id of this GcpCreds.
Returns:
| Type | Description |
|---|---|
str | The project_id of this GcpCreds |
token_uri property writable
Gets the token_uri of this GcpCreds.
Returns:
| Type | Description |
|---|---|
str | The token_uri of this GcpCreds |
type property writable
Gets the type of this GcpCreds.
Returns:
| Type | Description |
|---|---|
str | The type of this GcpCreds |
__contains__(key)
Checks if the given value is a key in this object
__eq__(other)
Returns true if both objects are equal
__getitem__(key)
Returns the value of key
__init__(client_email=None, client_id=None, private_key_id=None, private_key=None, client_x509_cert_url=None, project_id=None, auth_uri=None, token_uri=None, auth_provider_x509_cert_url=None, type=None)
GcpCreds - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
client_email | (str, optional) | , defaults to None | None |
client_id | (str, optional) | , defaults to None | None |
private_key_id | (str, optional) | , defaults to None | None |
private_key | (str, optional) | , defaults to None | None |
client_x509_cert_url | (str, optional) | , defaults to None | None |
project_id | (str, optional) | , defaults to None | None |
auth_uri | (str, optional) | , defaults to None | None |
token_uri | (str, optional) | , defaults to None | None |
auth_provider_x509_cert_url | (str, optional) | , defaults to None | None |
type | (str, optional) | , defaults to None | None |
__ne__(other)
Returns true if both objects are not equal
__repr__()
For print and pprint
__setitem__(key, value)
Sets the value of key
get(key, default=None)
Get the value of the provided json property, or default
items()
Returns the list of json property to value mapping
keys()
Returns the list of json properties in the object
positional_to_model(value) staticmethod
Converts a positional argument to a model value
return_value()
Unwraps return value from model
to_dict()
Returns the model properties as a dict
to_str()
Returns the string representation of the model
values()
Returns the list of values in the object