snowflake.core.managed_account.ManagedAccountResource¶

class snowflake.core.managed_account.ManagedAccountResource(name: str, collection: ManagedAccountCollection)¶

Bases: ObjectReferenceMixin[ManagedAccountCollection]

A reference to a ManagedAccount in Snowflake.

Attributes

root¶

Methods

drop() → None¶

Drop this managed account.

Examples

Deleting a warehouse using its reference:

>>> managed_account_reference.drop()
Copy