Table of Contents

Class SentryEnrollment

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

Systems Manager sentry enrollment splash settings

[DataContract]
public class SentryEnrollment
Inheritance
SentryEnrollment
Inherited Members

Properties

EnforcedSystems

The system types that the Sentry enforces. Must be included in: 'iOS, 'Android', 'macOS', and 'Windows'.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enforcedSystems")]
public List<string>? EnforcedSystems { get; set; }

Property Value

List<string>

Strength

The strength of the enforcement of selected system types. Must be one of: 'focused', 'click-through', and 'strict'.

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

Property Value

string

SystemsManagerNetwork

Systems Manager network targeted for sentry enrollment.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "systemsManagerNetwork")]
public SystemsManagerNetwork? SystemsManagerNetwork { get; set; }

Property Value

SystemsManagerNetwork