pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.apimanagement.kotlin.outputs
/
AuthorizationServerTokenBodyParameter
Authorization
Server
Token
Body
Parameter
data
class
AuthorizationServerTokenBodyParameter
(
val
name
:
String
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Authorization
Server
Token
Body
Parameter
Link copied to clipboard
fun
AuthorizationServerTokenBodyParameter
(
name
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The Name of the Parameter.
value
Link copied to clipboard
val
value
:
String
The Value of the Parameter.