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()