Class AdminUpdateRequest
UpdateOrganizationAdmin
[DataContract]
public class AdminUpdateRequest
- Inheritance
-
AdminUpdateRequest
- Inherited Members
Properties
Name
The name of the dashboard administrator
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Networks
The list of networks that the dashboard administrator has privileges on
[DataMember(Name = "networks")]
public List<AdminNetworkAccess>? Networks { get; set; }
Property Value
OrgAccess
Gets or Sets OrgAccess
[DataMember(Name = "orgAccess")]
public OrgAccess OrgAccess { get; set; }
Property Value
Tags
The list of tags that the dashboard administrator has privileges on
[DataMember(Name = "tags")]
public List<AdminTag>? Tags { get; set; }