Interface IUnauthorized<TType>
An interface for responses of type
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public interface IUnauthorized<TType> : IApiResponse
Type Parameters
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
View Source
Unauthorized()
Deserializes the response if the response is Unauthorized
Declaration
Returns