public sealed class GetSystemPolicyRequest : IMessage<GetSystemPolicyRequest>, IEquatable<GetSystemPolicyRequest>, IDeepCloneable<GetSystemPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1 API class GetSystemPolicyRequest.
[[["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 documentation provides details for the `GetSystemPolicyRequest` class within the Binary Authorization v1 API, used to request the current system policy."],["The `GetSystemPolicyRequest` class is part of the `Google.Cloud.BinaryAuthorization.V1` namespace and is found in the `Google.Cloud.BinaryAuthorization.V1.dll` assembly."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as cloning, equality checks and supporting protobuf messages."],["The class has two constructors, a default one and one that takes another `GetSystemPolicyRequest` instance as a parameter for initialization."],["It includes two properties, `Name`, which is a string representing the resource name in the format `locations/*/policy`, and `PolicyName`, which is a `PolicyName`-typed view of the `Name` property."]]],[]]