pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.automation.kotlin
/
CredentialArgs
/
CredentialArgs
Credential
Args
fun
CredentialArgs
(
automationAccountName
:
Output
<
String
>
?
=
null
,
credentialName
:
Output
<
String
>
?
=
null
,
description
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
password
:
Output
<
String
>
?
=
null
,
resourceGroupName
:
Output
<
String
>
?
=
null
,
userName
:
Output
<
String
>
?
=
null
)