Table of Contents

Class SamlRole

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

CreateOrganizationSamlRole

[DataContract]
public class SamlRole : IdentifiedItem
Inheritance
SamlRole
Inherited Members

Constructors

SamlRole()

public SamlRole()

Properties

Camera

Camera

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "camera")]
public List<SamlRoleCamera>? Camera { get; set; }

Property Value

List<SamlRoleCamera>

Networks

The list of networks that the SAML administrator has privileges on

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "networks")]
public List<SamlRoleNetwork>? Networks { get; set; }

Property Value

List<SamlRoleNetwork>

OrgAccess

The privilege of the SAML administrator on the organization. Can be one of 'none', 'read-only', 'full' or 'enterprise' or a custom role in the format custom-role:ID:NAME.

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

Property Value

string

Role

The role of the SAML administrator

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

Property Value

string

Tags

The list of tags that the SAML administrator has privileges on

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

Property Value

List<AdminTag>