Table of Contents

Class SamlRoleNetwork

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

Network2

[DataContract]
public class SamlRoleNetwork
Inheritance
SamlRoleNetwork
Inherited Members

Properties

Access

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

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

Property Value

AccessPrivilege

Id

The network ID

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

Property Value

string