public sealed class GetSecurityPolicyRequest : IMessage<GetSecurityPolicyRequest>, IEquatable<GetSecurityPolicyRequest>, IDeepCloneable<GetSecurityPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetSecurityPolicyRequest.
A request message for SecurityPolicies.Get. 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-31 UTC."],[[["The `GetSecurityPolicyRequest` class is part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace and is contained in the Google.Cloud.Compute.V1.dll assembly."],["This class is used to make a request to retrieve details about a security policy, as defined by the SecurityPolicies.Get method within this API."],["The latest version available for the class is 3.6.0, and this documentation outlines versions spanning from 1.0.0 all the way up to the latest 3.6.0."],["The `GetSecurityPolicyRequest` class implements multiple interfaces, including `IMessage`, `IEquatable\u003cGetSecurityPolicyRequest\u003e`, `IDeepCloneable\u003cGetSecurityPolicyRequest\u003e` and `IBufferMessage`."],["The `GetSecurityPolicyRequest` class has two properties, `Project` which holds the project ID, and `SecurityPolicy` that holds the name of the policy to get, both of which are represented as strings."]]],[]]