Table of Contents

Class OrganizationSmAdminsRoleCreateRequest

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

Organizations Sm Admins Role Create Request

[DataContract]
public class OrganizationSmAdminsRoleCreateRequest
Inheritance
OrganizationSmAdminsRoleCreateRequest
Inherited Members

Constructors

OrganizationSmAdminsRoleCreateRequest()

public OrganizationSmAdminsRoleCreateRequest()

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>