Show / Hide Table of Contents

Class BackendCredentials

Inheritance
System.Object
BackendCredentials
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.Azure.ApiManagement.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class BackendCredentials

Fields

View Source

Authorization

An authorization block as defined below.

Declaration
public readonly BackendCredentialsAuthorization Authorization
Field Value
Type Description
BackendCredentialsAuthorization
View Source

Certificates

A list of client certificate thumbprints to present to the backend host. The certificates must exist within the API Management Service.

Declaration
public readonly ImmutableArray<string> Certificates
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Header

A mapping of header parameters to pass to the backend host. The keys are the header names and the values are a comma separated string of header values. This is converted to a list before being passed to the API.

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

Query

A mapping of query parameters to pass to the backend host. The keys are the query names and the values are a comma separated string of query values. This is converted to a list before being passed to the API.

Declaration
public readonly ImmutableDictionary<string, string> Query
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.