Sdílet prostřednictvím


BackendCredentialsContract interface

Details of the Credentials used to connect to Backend.

Properties

authorization

Authorization header authentication

certificate

List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided.

certificateIds

List of Client Certificate Ids.

header

Header Parameter description.

query

Query Parameter description.

Property Details

authorization

Authorization header authentication

authorization?: BackendAuthorizationHeaderCredentials

Property Value

certificate

List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided.

certificate?: string[]

Property Value

string[]

certificateIds

List of Client Certificate Ids.

certificateIds?: string[]

Property Value

string[]

header

Header Parameter description.

header?: {[propertyName: string]: string[]}

Property Value

{[propertyName: string]: string[]}

query

Query Parameter description.

query?: {[propertyName: string]: string[]}

Property Value

{[propertyName: string]: string[]}