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 2 Current »

The GetIdentityTemplateDataContract activity can be used to get the DataContract using IdentityId. This activity is available from version 8.2.

Input Data

The following input data can be configured for the activity.

IdentityId

The identifier of the Identity.

Output Data

Result

A IdentityTemplateDataContract with the following definition:

/// <summary></summary>
[DataMember]
public string IdentityType { get; set; }

/// <summary></summary>
[DataMember]
public string TargetSystem { get; set; }

/// <summary></summary>
[DataMember]
public string TargetNetwork { get; set; }

/// <summary></summary>
[DataMember]
public string UserId { get; set; }

/// <summary>The key is the attribute name and the value contains the value of the attribute</summary>
[DataMember]
public Dictionary<string, object> Attributes { get; set; }

/// <summary></summary>
[DataMember]
public DateTime ValidFrom { get; set; }

/// <summary></summary>
[DataMember]
public DateTime? ValidTo { get; set; }

  • No labels