Table of Contents

Class AdminTag

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

Tag

[DataContract]
public class AdminTag
Inheritance
AdminTag
Inherited Members

Constructors

AdminTag()

public AdminTag()

Properties

Access

The privilege of the SAML administrator on the tag. Can be one of 'full', 'read-only', 'guest-ambassador', 'monitor-only' or 'custom-role'

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

Property Value

string

TagText

The name of the tag

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

Property Value

string