Search Results for

    Show / Hide Table of Contents

    Class IdentityExpirationAlertSourceConfiguration

    Represents configuration for an identity expiration alert source.

    Inheritance
    object
    IdentityExpirationAlertSourceConfiguration
    Implements
    IValidator
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Alerts
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class IdentityExpirationAlertSourceConfiguration : IValidator

    Constructors

    IdentityExpirationAlertSourceConfiguration()

    Declaration
    public IdentityExpirationAlertSourceConfiguration()

    Properties

    ActiveOnly

    Gets or sets flag indicating that only active identities (the ones that are currently used by enabled users, nodes, and endpoints) must be validated. If false, all identities are validated.

    Declaration
    [DataMember]
    public bool ActiveOnly { get; set; }
    Property Value
    Type Description
    bool

    DaysBeforeExpiration

    Gets or sets the maximum number of days before expiration when identity starts reporting as expiring.

    Declaration
    [DataMember]
    public int DaysBeforeExpiration { get; set; }
    Property Value
    Type Description
    int

    ErrorMessage

    Gets the message indicating the errors found during validation process.

    Declaration
    public string ErrorMessage { get; }
    Property Value
    Type Description
    string

    Methods

    Validate()

    Evaluates the state of the object.

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    True if state is valid; otherwise, false.

    Implements

    IValidator
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation