Table of Contents

Class ExpiredCredentialsSearchCriteria

Namespace
InSite.Application.Records.Read
Assembly
Shift.Sdk.dll
public class ExpiredCredentialsSearchCriteria
Inheritance
ExpiredCredentialsSearchCriteria
Inherited Members
Extension Methods

Constructors

ExpiredCredentialsSearchCriteria()

public ExpiredCredentialsSearchCriteria()

Properties

AssetSubtype

public string AssetSubtype { get; set; }

Property Value

string

AssetTitle

public string AssetTitle { get; set; }

Property Value

string

AssetType

public string AssetType { get; set; }

Property Value

string

ExpiredBefore

public DateTimeOffset? ExpiredBefore { get; set; }

Property Value

DateTimeOffset?

ExpiredSince

public DateTimeOffset? ExpiredSince { get; set; }

Property Value

DateTimeOffset?

UserEmail

public string UserEmail { get; set; }

Property Value

string

UserName

public string UserName { get; set; }

Property Value

string