# The PublishedDashboard object

## Attributes

- `display_name` (string)
  The display name of the published dashboard.
  Example: `Monthly Traffic Report`
- `warehouse_id` (string)
  The warehouse ID used to run the published dashboard.
  Example: `47bb1c472649e711`
- `embed_credentials` (boolean)
  Indicates whether credentials are embedded in the published dashboard.
- `revision_create_time` (string)
  The timestamp of when the published dashboard was last revised.

## Example

```json
{
  "display_name": "Monthly Traffic Report",
  "warehouse_id": "47bb1c472649e711",
  "embed_credentials": true,
  "revision_create_time": "string"
}
```


