Table of Contents

Class SamlIdp

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

SAML IdPs

[DataContract]
public class SamlIdp
Inheritance
SamlIdp
Inherited Members

Properties

ConsumerUrl

Consumer URL

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

Property Value

string

IdpId

idpId

[DataMember(Name = "idpId")]
public string IdpId { get; set; }

Property Value

string

SloLogoutUrl

Dashboard will redirect users to this URL when they sign out.

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

Property Value

string

X509certSha1Fingerprint

Fingerprint (SHA1) of the SAML certificate provided by your Identity Provider (IdP). This will be used for encryption / validation.

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

Property Value

string