Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 659 Bytes

integration_grant.md

File metadata and controls

27 lines (14 loc) · 659 Bytes
page_title subcategory description
snowflake_integration_grant Resource - terraform-provider-snowflake

Resource snowflake_integration_grant

Schema

Required

  • integration_name (String, Required) Identifier for the integration; must be unique for your account.

Optional

  • id (String, Optional) The ID of this resource.
  • privilege (String, Optional) The privilege to grant on the integration.
  • roles (Set of String, Optional) Grants privilege to these roles.
  • with_grant_option (Boolean, Optional) When this is set to true, allows the recipient role to grant the privileges to other roles.