public IReadOnlyDictionary<string, object> Fields { get; }
Collection of fields as defined by this policy.
Post requests enforced by this policy should set, for each
pair in this sequence, the given element to the exact given value.
[[["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 webpage provides reference documentation for the `UrlSigner.SignedPostPolicy` class within the Google Cloud Storage v1 API for .NET."],["The `SignedPostPolicy` class is the result of signing a `UrlSigner.PostPolicy`, and it outlines the required fields for making a valid post request."],["The page includes a list of available versions of the documentation for the `SignedPostPolicy` class, ranging from version 3.4.0 to the latest version 4.11.0."],["The documentation details the `Fields` property, which is an `IReadOnlyDictionary` specifying the exact field-value pairs that must be included in the post request."],["The documentation details the `PostUrl` property, which is a Uri specifying where the post request enforced by this signed policy should be made."]]],[]]