Table of Contents

Class DirectoryIdentityModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

Model for directory identity

public class DirectoryIdentityModel
Inheritance
DirectoryIdentityModel
Inherited Members

Properties

ObjectId

Object id

[JsonProperty("ObjectId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid ObjectId { get; set; }

Property Value

Guid

ObjectType

Object type

[JsonProperty("ObjectType", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public AadObjectType ObjectType { get; set; }

Property Value

AadObjectType

TenantId

Tenant id

[JsonProperty("TenantId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid TenantId { get; set; }

Property Value

Guid