Table of Contents

Class SmProfile

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

Sm profiles

[DataContract]
public class SmProfile : NamedIdentifiedItem
Inheritance
SmProfile
Inherited Members

Properties

Desription

Description

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

Property Value

string

Scope

Scope

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

Property Value

string

Tags

Tags

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

Property Value

List<string>

TargetGroupId

TargetGroupId

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "targetGroupId")]
public string? TargetGroupId { get; set; }

Property Value

string