toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.apimanagement.kotlin.outputs
/
BackendCredentialsAuthorization
Backend
Credentials
Authorization
data
class
BackendCredentialsAuthorization
(
val
parameter
:
String
?
=
null
,
val
scheme
:
String
?
=
null
)
Members
Constructors
Backend
Credentials
Authorization
Link copied to clipboard
constructor
(
parameter
:
String
?
=
null
,
scheme
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
parameter
Link copied to clipboard
val
parameter
:
String
?
=
null
The authentication Parameter value.
scheme
Link copied to clipboard
val
scheme
:
String
?
=
null
The authentication Scheme name.