Show / Hide Table of Contents

Class NotificationsTargetDetails

The destination topic for data transferred from the source. For configuration instructions, see Creating a Connector.

Inheritance
object
TargetDetails
NotificationsTargetDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class NotificationsTargetDetails : TargetDetails

Properties

EnableFormattedMessaging

Declaration
[JsonProperty(PropertyName = "enableFormattedMessaging")]
public bool? EnableFormattedMessaging { get; set; }
Property Value
Type Description
bool?

Whether to apply a simplified, user-friendly format to the message. Applies only when friendly formatting is supported by the connector source and the subscription protocol. Example: true

TopicId

Declaration
[Required(ErrorMessage = "TopicId is required.")]
[JsonProperty(PropertyName = "topicId")]
public string TopicId { get; set; }
Property Value
Type Description
string

The OCID of the topic.

Remarks

Required

In this article
Back to top