Table of Contents

Class OrganizationSmAdminsRoleUpdateRequest

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

Organizations Sm Admins Role Update Request

[DataContract]
public class OrganizationSmAdminsRoleUpdateRequest
Inheritance
OrganizationSmAdminsRoleUpdateRequest
Inherited Members

Constructors

OrganizationSmAdminsRoleUpdateRequest()

public OrganizationSmAdminsRoleUpdateRequest()

Properties

Name

The name of the Limited Access Role

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

Property Value

string

Scope

The scope of the Limited Access Role. enum = ["all_tags", "some", "without_all_tags", "without_some"]

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

Property Value

string

Tags

The tags of the Limited Access Role

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

Property Value

List<string>