Table of Contents

Class OrganizationSmAdminsRole

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Limited Access Role

[DataContract]
public class OrganizationSmAdminsRole
Inheritance
OrganizationSmAdminsRole
Inherited Members

Constructors

OrganizationSmAdminsRole()

public OrganizationSmAdminsRole()

Properties

Name

The name of the limited access role

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

RoleId

The Id of the limited access role

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "roleId")]
public string RoleId { get; set; }

Property Value

string

Scope

The scope of the limited access role. enum = ["all_tags", "some", "without_all_tags", "without_some"]

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "scope")]
public string Scope { get; set; }

Property Value

string

Tags

The tags of the limited access role

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }

Property Value

List<string>