Interface IPersonSecretCriteria
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public interface IPersonSecretCriteria
- Extension Methods
-
Properties
Filter
QueryFilter Filter { get; set; }
Property Value
- QueryFilter
PersonIdentifier
Guid? PersonIdentifier { get; set; }
Property Value
- Guid?
SecretExpiry
DateTimeOffset? SecretExpiry { get; set; }
Property Value
- DateTimeOffset?
SecretLifetimeLimit
int? SecretLifetimeLimit { get; set; }
Property Value
- int?
SecretName
string SecretName { get; set; }
Property Value
- string
SecretType
string SecretType { get; set; }
Property Value
- string
SecretValue
string SecretValue { get; set; }
Property Value
- string