pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.apimanagement.kotlin.outputs
/
BackendCredentialsAuthorization
Backend
Credentials
Authorization
data
class
BackendCredentialsAuthorization
(
val
parameter
:
String
?
=
null
,
val
scheme
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Backend
Credentials
Authorization
Link copied to clipboard
fun
BackendCredentialsAuthorization
(
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.