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 SourceBucket
Declaration
public readonly string Bucket
Field Value
| Type | Description |
|---|---|
| System.String |
ContentMd5
Declaration
public readonly string ContentMd5
Field Value
| Type | Description |
|---|---|
| System.String |
ContentType
Declaration
public readonly string ContentType
Field Value
| Type | Description |
|---|---|
| System.String |
Credentials
Declaration
public readonly string Credentials
Field Value
| Type | Description |
|---|---|
| System.String |
Duration
Declaration
public readonly string Duration
Field Value
| Type | Description |
|---|---|
| System.String |
ExtensionHeaders
Declaration
public readonly ImmutableDictionary<string, string> ExtensionHeaders
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
HttpMethod
Declaration
public readonly string HttpMethod
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Path
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
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 |