Table of Contents

Class CreateAndGrantCredential

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

Constructors

CreateAndGrantCredential(Guid, Guid, Guid, Guid, DateTimeOffset, string, decimal?, Guid?, string)

public CreateAndGrantCredential(Guid credential, Guid tenant, Guid achievement, Guid user, DateTimeOffset granted, string description, decimal? score, Guid? employerGroup, string employerGroupStatus)

Parameters

credential Guid
tenant Guid
achievement Guid
user Guid
granted DateTimeOffset
description string
score decimal?
employerGroup Guid?
employerGroupStatus string

Properties

Achievement

public Guid Achievement { get; }

Property Value

Guid

Description

public string Description { get; }

Property Value

string

EmployerGroup

public Guid? EmployerGroup { get; }

Property Value

Guid?

EmployerGroupStatus

public string EmployerGroupStatus { get; }

Property Value

string

Granted

public DateTimeOffset Granted { get; }

Property Value

DateTimeOffset

Score

public decimal? Score { get; }

Property Value

decimal?

Tenant

public Guid Tenant { get; }

Property Value

Guid

User

public Guid User { get; }

Property Value

Guid