Class SentryEnrollment
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
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
SystemsManagerNetwork
Systems Manager network targeted for sentry enrollment.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "systemsManagerNetwork")]
public SystemsManagerNetwork? SystemsManagerNetwork { get; set; }