Table of Contents

Class CollectPersonSecrets

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class CollectPersonSecrets : Query<IEnumerable<PersonSecretModel>>, IQuery<IEnumerable<PersonSecretModel>>, IPersonSecretCriteria
Inheritance
CollectPersonSecrets
Implements
Inherited Members
Extension Methods

Constructors

CollectPersonSecrets()

public CollectPersonSecrets()

Properties

PersonIdentifier

public Guid? PersonIdentifier { get; set; }

Property Value

Guid?

SecretExpiry

public DateTimeOffset? SecretExpiry { get; set; }

Property Value

DateTimeOffset?

SecretLifetimeLimit

public int? SecretLifetimeLimit { get; set; }

Property Value

int?

SecretName

public string SecretName { get; set; }

Property Value

string

SecretType

public string SecretType { get; set; }

Property Value

string

SecretValue

public string SecretValue { get; set; }

Property Value

string