Class UrlSigner.SignedPostPolicy (3.4.0)

public sealed class SignedPostPolicy

The result of signing a UrlSigner.PostPolicy containing the fields that should be including when making the post request.

Inheritance

System.Object > UrlSigner.SignedPostPolicy

Namespace

Google.Cloud.Storage.V1

Assembly

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
TypeDescription
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Object>

PostUrl

public Uri PostUrl { get; }

The URL where the post request enforced by this signed policy should be made.

Property Value
TypeDescription
System.Uri