Show / Hide Table of Contents

    Class AccessKeyExpirationAlertSourceConfiguration

    Represents configuration for Developer Portal access key expiration alert source.

    Inheritance
    Object
    AccessKeyExpirationAlertSourceConfiguration
    Implements
    IValidator
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Alerts
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class AccessKeyExpirationAlertSourceConfiguration : IValidator

    Constructors

    AccessKeyExpirationAlertSourceConfiguration()

    Initializes new instance with default values.

    Declaration
    public AccessKeyExpirationAlertSourceConfiguration()

    Properties

    DaysBeforeExpiration

    Gets or sets the maximum number of days before expiration when access key reporting as expiring. Default is 8 days.

    Declaration
    public int DaysBeforeExpiration { get; set; }
    Property Value
    Type Description
    Int32

    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
    Boolean

    True if state is valid; otherwise, false.

    Implements

    IValidator
    Back to top Nevatech Sentinet 6.5 Online Documentation