Class IdentitySet
The type IdentitySet.
Inheritance
System.Object
IdentitySet
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
[JsonConverter(typeof(DerivedTypeConverter))]
public class IdentitySet
Properties
View SourceAdditionalData
Gets or sets additional data.
Declaration
[JsonExtensionData(ReadData = true)]
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Application
Gets or sets application.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "application", Required = Required.Default)]
public Identity Application { get; set; }
Property Value
Type | Description |
---|---|
Identity |
ApplicationInstance
Gets or sets applicationInstance.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "applicationInstance", Required = Required.Default)]
public Identity ApplicationInstance { get; set; }
Property Value
Type | Description |
---|---|
Identity |
Device
Gets or sets device.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "device", Required = Required.Default)]
public Identity Device { get; set; }
Property Value
Type | Description |
---|---|
Identity |
Phone
Gets or sets phone.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "phone", Required = Required.Default)]
public Identity Phone { get; set; }
Property Value
Type | Description |
---|---|
Identity |
User
Gets or sets user.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "user", Required = Required.Default)]
public Identity User { get; set; }
Property Value
Type | Description |
---|---|
Identity |