Search Results for

    Show / Hide Table of Contents

    Class EmailTriggerConfigResponse

    An EMAIL_RECEIVED trigger's resolved address(es) and config.

    Inheritance
    object
    EmailTriggerConfigResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class EmailTriggerConfigResponse

    Properties

    AgentId

    Declaration
    [JsonPropertyName("agent_id")]
    public string AgentId { get; set; }
    Property Value
    Type Description
    string

    EmailAddresses

    Declaration
    [JsonPropertyName("email_addresses")]
    public List<string>? EmailAddresses { get; set; }
    Property Value
    Type Description
    List<string>

    EmailAlias

    Declaration
    [JsonPropertyName("email_alias")]
    public string? EmailAlias { get; set; }
    Property Value
    Type Description
    string

    EmailAllowedSenders

    Declaration
    [JsonPropertyName("email_allowed_senders")]
    public List<string>? EmailAllowedSenders { get; set; }
    Property Value
    Type Description
    List<string>

    EmailIgnoreAutoGenerated

    Declaration
    [JsonPropertyName("email_ignore_auto_generated")]
    public bool? EmailIgnoreAutoGenerated { get; set; }
    Property Value
    Type Description
    bool?

    EmailQueueOnQuota

    Declaration
    [JsonPropertyName("email_queue_on_quota")]
    public bool? EmailQueueOnQuota { get; set; }
    Property Value
    Type Description
    bool?

    EmailRequireSenderAuth

    Declaration
    [JsonPropertyName("email_require_sender_auth")]
    public bool? EmailRequireSenderAuth { get; set; }
    Property Value
    Type Description
    bool?

    TriggerId

    Declaration
    [JsonPropertyName("trigger_id")]
    public string TriggerId { get; set; }
    Property Value
    Type Description
    string

    TriggerType

    Declaration
    [JsonPropertyName("trigger_type")]
    public string TriggerType { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX