dashboardCard object

Defines a single dashboard card and its properties.

Properties that reference this object type:

Syntax

{
  "id": "{string}",
  "displayName": "{string}",
  "description": "{string}",
  "pickerGroupId": "{string}",
  "icon": {
    "iconUrl": "{string}",
    "officeUIFabricIconName": "{string}"
  },
  "contentSource": {
    "sourceType": "bot",
    "botConfiguration": {
      botConfiguration object
    }
  },
  "defaultSize": "medium | large"
}

Properties

id

A unique identifier for this dashboard card. The ID must be a GUID.

Type
string

Required

Constraints

Supported values
The string value must be a guid.

displayName

Display name of the card.

Type
string

Required

Constraints
Maximum string length: 255.

Supported values

description

Description of the card.

Type
string

Required

Constraints
Maximum string length: 255.

Supported values

pickerGroupId

ID of the group in the card picker. The ID must be a GUID.

Type
string

Required

Constraints

Supported values
The string value must be a guid.

icon

Specifies the icon for the card.

Required

Constraints

Supported values

contentSource

Specifies the source of the card's content.

Required

Constraints

Supported values

defaultSize

Rendering size for the dashboard card.

Type
string

Required

Constraints

Supported values
Allowed values: medium, large.