Class AdminCreationRequest
CreateOrganizationAdmin
[DataContract]
public class AdminCreationRequest
- Inheritance
-
AdminCreationRequest
- Inherited Members
Constructors
AdminCreationRequest()
public AdminCreationRequest()
Properties
AuthenticationMethod
The method of authentication the user will use to sign in to the Meraki dashboard. Can be one of 'Email' or 'Cisco SecureX Sign-On'. The default is Email authentication
[DataMember(Name = "authenticationMethod")]
public string AuthenticationMethod { get; set; }
Property Value
The email of the dashboard administrator. This attribute can not be updated.
[DataMember(Name = "email")]
public string Email { get; set; }
Property Value
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; }