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
credentialGuidtenantGuidachievementGuiduserGuidgrantedDateTimeOffsetdescriptionstringscoredecimal?employerGroupGuid?employerGroupStatusstring
Properties
Achievement
public Guid Achievement { get; }
Property Value
Description
public string Description { get; }
Property Value
EmployerGroup
public Guid? EmployerGroup { get; }
Property Value
- Guid?
EmployerGroupStatus
public string EmployerGroupStatus { get; }
Property Value
Granted
public DateTimeOffset Granted { get; }
Property Value
Score
public decimal? Score { get; }
Property Value
Tenant
public Guid Tenant { get; }
Property Value
User
public Guid User { get; }