Show / Hide Table of Contents

Interface IUnauthorized<TType>

An interface for responses of type

Inherited Members
IApiResponse.IsSuccessStatusCode
IApiResponse.StatusCode
IApiResponse.RawContent
IApiResponse.DownloadedAt
IApiResponse.Headers
IApiResponse.Path
IApiResponse.ReasonPhrase
IApiResponse.RequestedAt
IApiResponse.RequestUri
Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public interface IUnauthorized<TType> : IApiResponse
Type Parameters
Name Description
TType

Methods

View Source

TryUnauthorized(out TType?)

Returns true if the response is Unauthorized and the deserialized response is not null

Declaration
bool TryUnauthorized(out TType? result)
Parameters
Type Name Description
TType result
Returns
Type Description
bool
View Source

Unauthorized()

Deserializes the response if the response is Unauthorized

Declaration
TType Unauthorized()
Returns
Type Description
TType

Version 0.13.1

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.