snowflake.account
Description
Snowflake Account
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| accountId | string | Account ID |
| region | string | Account region |
| url | string | Account URL |
| users | []snowflake.user | Users in the account |
| roles | []snowflake.role | Roles in the account |
| securityIntegrations | []snowflake.securityIntegration | Security integrations in the account |
| passwordPolicies | []snowflake.passwordPolicy | Password policies in the account |
| networkPolicies | []snowflake.networkPolicy | Network policies in the account |
| procedures | []snowflake.procedure | Procedures in the account |
| parameters | []snowflake.parameter | Parameters in the account |
| stages | []snowflake.stage | Stages in the account |
| databases | []snowflake.database | Databases in the account |
| warehouses | []snowflake.warehouse | Warehouses in the account |