# channel

Represents a Slack channel.

### Examples

```graphql
type Channel {
  id: String!
  name: String
  profile: UserProfile
  is_private: Boolean
  display: String
  description: String
  isAdded: Boolean
}
```

### Fields

| Field                                                                                                                   | Description                          | Supported fields     |
| ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | -------------------- |
| id `String!`                                                                                                            | Channel ID                           |                      |
| name `String`                                                                                                           | Channel name                         |                      |
| profile [`UserProfile`](https://docs.ox.security/api-documentation/api-reference/api--audit/types/objects/user-profile) | User profile associated with channel | image\_192 `String!` |
| is\_private `Boolean`                                                                                                   | Whether channel is private           |                      |
| display `String`                                                                                                        | Display name                         |                      |
| description `String`                                                                                                    | Channel description                  |                      |
| isAdded `Boolean`                                                                                                       | Whether channel is added             |                      |

### References

#### Fields with this object:

* [{} ChannelSetting.channelList](https://docs.ox.security/api-documentation/api-reference/api--audit/types/objects/channel-setting)
