pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.domainservices.kotlin
/
ServiceTrustArgs
/
ServiceTrustArgs
Service
Trust
Args
fun
ServiceTrustArgs
(
domainServiceId
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
password
:
Output
<
String
>
?
=
null
,
trustedDomainDnsIps
:
Output
<
List
<
String
>
>
?
=
null
,
trustedDomainFqdn
:
Output
<
String
>
?
=
null
)