Show / Hide Table of Contents

Class GetObjectSignedUrlResult

Inheritance
System.Object
GetObjectSignedUrlResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Storage
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetObjectSignedUrlResult

Fields

View Source

Bucket

Declaration
public readonly string Bucket
Field Value
Type Description
System.String
View Source

ContentMd5

Declaration
public readonly string ContentMd5
Field Value
Type Description
System.String
View Source

ContentType

Declaration
public readonly string ContentType
Field Value
Type Description
System.String
View Source

Credentials

Declaration
public readonly string Credentials
Field Value
Type Description
System.String
View Source

Duration

Declaration
public readonly string Duration
Field Value
Type Description
System.String
View Source

ExtensionHeaders

Declaration
public readonly ImmutableDictionary<string, string> ExtensionHeaders
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

HttpMethod

Declaration
public readonly string HttpMethod
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Path

Declaration
public readonly string Path
Field Value
Type Description
System.String
View Source

SignedUrl

The signed URL that can be used to access the storage object without authentication.

Declaration
public readonly string SignedUrl
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.