Class DirectoryIdentityModel
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
ObjectType
Object type
[JsonProperty("ObjectType", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public AadObjectType ObjectType { get; set; }
Property Value
TenantId
Tenant id
[JsonProperty("TenantId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid TenantId { get; set; }