Search Results for

    Show / Hide Table of Contents

    Class UpdateAlertConfigRequest

    Inheritance
    object
    UpdateAlertConfigRequest
    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 UpdateAlertConfigRequest

    Properties

    CooldownMinutes

    Declaration
    [JsonPropertyName("cooldown_minutes")]
    public int? CooldownMinutes { get; set; }
    Property Value
    Type Description
    int?

    DistributionType

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

    Enabled

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

    RecipientUserIds

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

    Threshold

    Declaration
    [JsonPropertyName("threshold")]
    public Dictionary<string, JsonElement>? Threshold { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>
    In this article
    Back to top Generated by DocFX