Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 869 Bytes

department.md

File metadata and controls

42 lines (26 loc) · 869 Bytes
page_title subcategory description
cortex_department Resource - terraform-provider-cortex
Department Entity

cortex_department (Resource)

Department Entity

Schema

Required

  • name (String) Name of the team.
  • tag (String) Unique identifier for the department.

Optional

  • description (String) Description of the team.
  • members (Attributes List) A list of additional members. (see below for nested schema)

Read-Only

  • id (String) The ID of this resource.

Nested Schema for members

Required:

  • email (String) Email of the member.
  • name (String) Name of the member.

Optional:

  • description (String) A short description of the member.