Skip to content

Latest commit

 

History

History
295 lines (207 loc) · 7.95 KB

File metadata and controls

295 lines (207 loc) · 7.95 KB
page_title subcategory description
firehydrant_team Data Source - terraform-provider-firehydrant
Team DataSource

firehydrant_team (Data Source)

Team DataSource

Example Usage

data "firehydrant_team" "my_team" {
  lite = true
}

Schema

Optional

  • lite (Boolean) Boolean to determine whether to return a slimified version of the teams object

Read-Only

Nested Schema for created_by

Read-Only:

  • email (String)
  • id (String)
  • name (String)
  • source (String)

Nested Schema for functionalities

Read-Only:

  • active_incidents (List of String) List of active incident guids
  • alert_on_add (Boolean)
  • auto_add_responding_team (Boolean)
  • created_at (String)
  • description (String)
  • external_resources (Attributes List) Information about known linkages to representations of services outside of FireHydrant. (see below for nested schema)
  • id (String)
  • labels (Map of String) An object of label key and values
  • links (Attributes List) List of links attached to this functionality. (see below for nested schema)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • slug (String)
  • updated_at (String)
  • updated_by (Attributes) (see below for nested schema)

Nested Schema for functionalities.external_resources

Read-Only:

  • connection_id (String)
  • connection_name (String)
  • connection_type (String)
  • created_at (String)
  • name (String)
  • remote_id (String)
  • remote_url (String)
  • updated_at (String)

Nested Schema for functionalities.links

Read-Only:

  • href_url (String)
  • icon_url (String)
  • id (String)
  • name (String)

Nested Schema for functionalities.owner

Nested Schema for functionalities.updated_by

Read-Only:

  • email (String)
  • id (String)
  • name (String)
  • source (String)

Nested Schema for memberships

Read-Only:

Nested Schema for memberships.default_incident_role

Read-Only:

  • created_at (String)
  • description (String)
  • discarded_at (String)
  • id (String)
  • name (String)
  • summary (String)
  • updated_at (String)

Nested Schema for memberships.schedule

Read-Only:

  • discarded (Boolean)
  • id (String)
  • integration (String)
  • name (String)

Nested Schema for memberships.user

Read-Only:

  • created_at (String)
  • email (String)
  • id (String)
  • name (String)
  • signals_enabled_notification_types (List of String)
  • slack_linked (Boolean)
  • slack_user_id (String)
  • updated_at (String)

Nested Schema for ms_teams_channel

Read-Only:

  • channel_id (String)
  • channel_name (String)
  • channel_url (String)
  • id (String)
  • ms_team_id (String)
  • status (String)
  • team_name (String)

Nested Schema for owned_functionalities

Read-Only:

  • active_incidents (List of String) List of active incident guids
  • alert_on_add (Boolean)
  • auto_add_responding_team (Boolean)
  • created_at (String)
  • description (String)
  • external_resources (Attributes List) Information about known linkages to representations of services outside of FireHydrant. (see below for nested schema)
  • id (String)
  • labels (Map of String) An object of label key and values
  • links (Attributes List) List of links attached to this functionality. (see below for nested schema)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • slug (String)
  • updated_at (String)
  • updated_by (Attributes) (see below for nested schema)

Nested Schema for owned_functionalities.external_resources

Read-Only:

  • connection_id (String)
  • connection_name (String)
  • connection_type (String)
  • created_at (String)
  • name (String)
  • remote_id (String)
  • remote_url (String)
  • updated_at (String)

Nested Schema for owned_functionalities.links

Read-Only:

  • href_url (String)
  • icon_url (String)
  • id (String)
  • name (String)

Nested Schema for owned_functionalities.owner

Nested Schema for owned_functionalities.updated_by

Read-Only:

  • email (String)
  • id (String)
  • name (String)
  • source (String)

Nested Schema for owned_runbooks

Read-Only:

  • attachment_rule (Attributes) (see below for nested schema)
  • categories (String) categories the runbook applies to
  • created_at (String)
  • description (String)
  • id (String)
  • name (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • summary (String)
  • type (String)
  • updated_at (String)

Nested Schema for owned_runbooks.attachment_rule

Read-Only:

Nested Schema for owned_runbooks.attachment_rule.logic

Nested Schema for owned_runbooks.attachment_rule.user_data

Read-Only:

  • label (String)
  • type (String)
  • value (String)

Nested Schema for owned_runbooks.owner

Nested Schema for slack_channel

Read-Only:

  • id (String)
  • name (String)
  • slack_channel_id (String)