Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Introduction

This event is thrown when to the terms and conditions for a client have been accepted by the user.

Event ID

25

Event Data Contract

UserTermsAndConditionsAccepted

Event Data

{
  EventOccuredUtc: DateTime,
  EntityId : string, //identity id
  EntityType : string, //always 'Identity'
  IdentityDisplayName : string,
  IdentityTypeId : uint,
  IdentityTypeName : string,
  CoreIdentityId : uint,
  CoreIdentityDisplayName : string,
  CoreIdentityTypeId : uint,
  CoreIdentityTypeName : string,
  TargetSystemId : uint,
  TargetSystemName : string,
  TermsAndConditionsId: uint,
  TermsAndConditionsLanguageId : uint?,
  TermsAndConditionsVersionNumber : uint,
  TermsAndConditionsVersionClientIdentifier : string,
  TermsAndConditionsVersionClientName : string
}

  • No labels