Class DomainAssignmentModel
- Namespace
- Nfield.SDK
- Assembly
- Nfield.Public.SDK.dll
public class DomainAssignmentModel
- Inheritance
-
DomainAssignmentModel
- Inherited Members
-
Properties
DomainName
[JsonProperty("DomainName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string DomainName { get; set; }
Property Value
- string
ObjectId
[JsonProperty("ObjectId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Guid ObjectId { get; set; }
Property Value
- Guid
ObjectType
[JsonProperty("ObjectType", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public AadObjectType ObjectType { get; set; }
Property Value
- AadObjectType
Role
[JsonProperty("Role", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Role { get; set; }
Property Value
- string