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-04-17 UTC."],[[["The `UrlSigner.SignedPostPolicy` class in the Google Cloud Storage v1 API provides a mechanism for defining and enforcing signed policies for POST requests to Google Cloud Storage."],["This class is a result of signing a `UrlSigner.PostPolicy`, dictating which fields should be included in the POST request for validation and authorization."],["The `Fields` property is a read-only dictionary that specifies the required field names and their exact values for POST requests to comply with the policy."],["The `PostUrl` property represents the URL endpoint where POST requests, adhering to the defined policy, should be directed for successful execution."],["The latest version available for the UrlSigner.SignedPostPolicy is version 4.11.0, and past versions are also available, dating back to 3.4.0."]]],[]]