Table of Contents

Class UserConsent

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

User consent settings for splash page

[DataContract]
public class UserConsent
Inheritance
UserConsent
Inherited Members

Constructors

UserConsent()

public UserConsent()

Properties

Message

The consent message to display to users. Undocumented property.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "message")]
public string? Message { get; set; }

Property Value

string

Required

Whether user consent is required. Undocumented property.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "required")]
public bool? Required { get; set; }

Property Value

bool?