public sealed class UrlSigner.SignedPostPolicyReference documentation and code samples for the Google Cloud Storage v1 API class UrlSigner.SignedPostPolicy.
The result of signing a UrlSigner.PostPolicy containing the fields that should be including when making the post request.
Namespace
Google.Cloud.Storage.V1Assembly
Google.Cloud.Storage.V1.dll
Properties
Fields
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.
| Property Value | |
|---|---|
| Type | Description |
IReadOnlyDictionarystringobject |
|
PostUrl
public Uri PostUrl { get; }The URL where the post request enforced by this signed policy should be made.
| Property Value | |
|---|---|
| Type | Description |
Uri |
|