Notification Channel Sensitive Labels Args
data class NotificationChannelSensitiveLabelsArgs(val authToken: Output<String>? = null, val password: Output<String>? = null, val serviceKey: Output<String>? = null) : ConvertibleToJava<NotificationChannelSensitiveLabelsArgs>
Constructors
Link copied to clipboard
fun NotificationChannelSensitiveLabelsArgs(authToken: Output<String>? = null, password: Output<String>? = null, serviceKey: Output<String>? = null)