Class EmailTriggerConfigResponse
An EMAIL_RECEIVED trigger's resolved address(es) and config.
Inheritance
EmailTriggerConfigResponse
Assembly: Seclai.dll
Syntax
public sealed class EmailTriggerConfigResponse
Properties
AgentId
Declaration
[JsonPropertyName("agent_id")]
public string AgentId { get; set; }
Property Value
EmailAddresses
Declaration
[JsonPropertyName("email_addresses")]
public List<string>? EmailAddresses { get; set; }
Property Value
EmailAlias
Declaration
[JsonPropertyName("email_alias")]
public string? EmailAlias { get; set; }
Property Value
EmailAllowedSenders
Declaration
[JsonPropertyName("email_allowed_senders")]
public List<string>? EmailAllowedSenders { get; set; }
Property Value
EmailIgnoreAutoGenerated
Declaration
[JsonPropertyName("email_ignore_auto_generated")]
public bool? EmailIgnoreAutoGenerated { get; set; }
Property Value
EmailQueueOnQuota
Declaration
[JsonPropertyName("email_queue_on_quota")]
public bool? EmailQueueOnQuota { get; set; }
Property Value
EmailRequireSenderAuth
Declaration
[JsonPropertyName("email_require_sender_auth")]
public bool? EmailRequireSenderAuth { get; set; }
Property Value
TriggerId
Declaration
[JsonPropertyName("trigger_id")]
public string TriggerId { get; set; }
Property Value
TriggerType
Declaration
[JsonPropertyName("trigger_type")]
public string TriggerType { get; set; }
Property Value