public sealed class Input.Types.SecurityRule : IMessage<Input.Types.SecurityRule>, IEquatable<Input.Types.SecurityRule>, IDeepCloneable<Input.Types.SecurityRule>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class Input.Types.SecurityRule.
Security rules for access control. Each field represents one security rule.
Only when the source of the input stream satisfies all the fields, this
input stream can be accepted.
At least one ip range must match unless none specified. The IP range is
defined by CIDR block: for example, 192.0.1.0/24 for a range and
192.0.1.0/32 for a single IP address.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `Input.Types.SecurityRule` class within the Google Cloud Live Stream v1 API."],["The `Input.Types.SecurityRule` class is used to define security rules for access control of input streams, ensuring that only sources meeting specific criteria are accepted."],["The `IpRanges` property of the `SecurityRule` class allows defining a set of CIDR blocks that input stream IP addresses must match for successful connection, with at least one match required if ranges are provided."],["The latest version of `SecurityRule` available is 1.8.0, with previous versions dating back to 1.0.0."]]],[]]