Engine_RestrictionRange Class
Collection of IP ranges which can be used to limit access to a microservice endpoint
Namespace: SobekCM.Core.Configuration.EngineAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("EngineIpRestrictionSet")]
[DataContractAttribute]
[ProtoContractAttribute]
public class Engine_RestrictionRange |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_IP_Range | Add a new (single IP) ip value to this range |
Properties
| Name | Description |
---|
| ID | Identifier for this component, which is referenced within the configuration file to specify this component |
| IpRanges | Collection of individual IP addresses or individual IP ranges |
| Label | Descriptive label for this collection of IP addresses |
See Also