mage.api_resources.credential_connection module

class mage.api_resources.credential_connection.CredentialConnection

Bases: mage.api_resources.abstract.mutable_api_resource.MutableAPIResource

Connection between an asset and a credential.

asset_id

ID of the associated asset

Type

str

created_at

When the connection was created (e.g., ‘2020-01-02T03:04:56.789Z’)

Type

str

credential_id

ID of the associated credential

Type

str

id

Unique connection ID

Type

str

updated_at

When the connection was last updated (e.g., ‘2020-01-02T03:04:56.789Z’)

Type

str

property asset

The associated asset.

Returns

Asset

property credential

The associated credential.

Returns

Credential