Class UnassignDirectoryIdentityModel
Minimal model for directory identity, used for deleting a survey group assignment
For delete action we don't need to verify the object type, so it is not in this model.
public class UnassignDirectoryIdentityModel
- Inheritance
-
UnassignDirectoryIdentityModel
- Inherited Members
Properties
ObjectId
Object id
[JsonProperty("ObjectId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid ObjectId { get; set; }
Property Value
TenantId
Tenant id
[JsonProperty("TenantId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid TenantId { get; set; }