toggle menu
pulumi-cloudflare-kotlin
5.49.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
TeamsRuleRuleSettingsNotificationSettings
Teams
Rule
Rule
Settings
Notification
Settings
data
class
TeamsRuleRuleSettingsNotificationSettings
(
val
enabled
:
Boolean
?
=
null
,
val
message
:
String
?
=
null
,
val
supportUrl
:
String
?
=
null
)
Members
Constructors
Teams
Rule
Rule
Settings
Notification
Settings
Link copied to clipboard
constructor
(
enabled
:
Boolean
?
=
null
,
message
:
String
?
=
null
,
supportUrl
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
enabled
Link copied to clipboard
val
enabled
:
Boolean
?
=
null
Enable notification settings.
message
Link copied to clipboard
val
message
:
String
?
=
null
Notification content.
support
Url
Link copied to clipboard
val
supportUrl
:
String
?
=
null
Support URL to show in the notification.