CRUD operations for Microsoft Teams integration.
resource "cyral_integration_microsoft_teams" "SOME_RESOURCE_NAME" {
name = ""
url = ""
}
Name | Default | Description | Required |
---|---|---|---|
name |
Integration name that will be used internally in Control Plane. | Yes | |
url |
Microsoft Teams webhook URL. | Yes |
Name | Description |
---|---|
id |
Unique ID of the resource in the Control Plane. |