NotificationChannelSensitiveLabels

data class NotificationChannelSensitiveLabels(val authToken: String? = null, val password: String? = null, val serviceKey: String? = null)

Constructors

Link copied to clipboard
constructor(authToken: String? = null, password: String? = null, serviceKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authToken: String? = null

An authorization token for a notification channel. Channel types that support this field include: slack Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val password: String? = null

An password for a notification channel. Channel types that support this field include: webhook_basicauth Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val serviceKey: String? = null

An servicekey token for a notification channel. Channel types that support this field include: pagerduty Note: This property is sensitive and will not be displayed in the plan.