Table of Contents

Class AddPersonSecret

Namespace
InSite.Application.People.Write
Assembly
Shift.Sdk.dll
public class AddPersonSecret : Command, ICommand
Inheritance
AddPersonSecret
Implements
Inherited Members
Extension Methods

Constructors

AddPersonSecret(Guid, Guid, string, string, string, DateTimeOffset, int?)

public AddPersonSecret(Guid personId, Guid secretId, string type, string name, string value, DateTimeOffset expiry, int? lifetime)

Parameters

personId Guid
secretId Guid
type string
name string
value string
expiry DateTimeOffset
lifetime int?

Properties

Expiry

public DateTimeOffset Expiry { get; set; }

Property Value

DateTimeOffset

Lifetime

public int? Lifetime { get; set; }

Property Value

int?

Name

public string Name { get; set; }

Property Value

string

PersonId

public Guid PersonId { get; set; }

Property Value

Guid

Type

public string Type { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string