public sealed class GetRuleSecurityPolicyRequest : IMessage<GetRuleSecurityPolicyRequest>, IEquatable<GetRuleSecurityPolicyRequest>, IDeepCloneable<GetRuleSecurityPolicyRequest>, IBufferMessage, IMessage
A request message for SecurityPolicies.GetRule. See the method description for details.
[[["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."],[[["The latest version available for `GetRuleSecurityPolicyRequest` is 3.6.0, but there are many versions available back to 1.0.0 for this class."],["`GetRuleSecurityPolicyRequest` is a request message used for retrieving a specific rule from a security policy, as described in the SecurityPolicies.GetRule method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRuleSecurityPolicyRequest` class has properties for `Priority`, `Project`, and `SecurityPolicy`, allowing specification of the rule's priority, project ID, and the name of the relevant security policy."],["The class can be instantiated with or without a pre existing `GetRuleSecurityPolicyRequest` object."]]],[]]