toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.extendedlocation.kotlin.inputs
/
CustomLocationAuthenticationArgs
Custom
Location
Authentication
Args
data
class
CustomLocationAuthenticationArgs
(
val
type
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
CustomLocationAuthenticationArgs
>
Members
Constructors
Custom
Location
Authentication
Args
Link copied to clipboard
constructor
(
type
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
)
Properties
type
Link copied to clipboard
val
type
:
Output
<
String
>
?
=
null
Specifies the type of authentication.
value
Link copied to clipboard
val
value
:
Output
<
String
>
Specifies the value of authentication.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
CustomLocationAuthenticationArgs