Google Cloud Storage v1 API - Class UrlSigner.SignedPostPolicy (4.10.0)

public sealed class UrlSigner.SignedPostPolicy

Reference 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.

Inheritance

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
IReadOnlyDictionarystringobject

PostUrl

public Uri PostUrl { get; }

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

Property Value
TypeDescription
Uri