Class CountPersonSecrets
public class CountPersonSecrets : Query<int>, IQuery<int>, IPersonSecretCriteria
- Inheritance
-
CountPersonSecrets
- Implements
- Inherited Members
- Extension Methods
Constructors
CountPersonSecrets()
public CountPersonSecrets()
Properties
PersonIdentifier
public Guid? PersonIdentifier { get; set; }
Property Value
- Guid?
SecretExpiry
public DateTimeOffset? SecretExpiry { get; set; }
Property Value
SecretLifetimeLimit
public int? SecretLifetimeLimit { get; set; }
Property Value
- int?
SecretName
public string SecretName { get; set; }
Property Value
SecretType
public string SecretType { get; set; }
Property Value
SecretValue
public string SecretValue { get; set; }