Show / Hide Table of Contents

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 Source

AdditionalData

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>
View Source

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
View Source

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
View Source

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
View Source

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
View Source

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
  • View Source
Back to top Generated by DocFX