pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.recoveryservices.kotlin.outputs
/
RunAsAccountResponse
Run
As
Account
Response
data
class
RunAsAccountResponse
(
val
accountId
:
String
?
=
null
,
val
accountName
:
String
?
=
null
)
CS Accounts Details.
Types
Constructors
Properties
Constructors
Run
As
Account
Response
Link copied to clipboard
fun
RunAsAccountResponse
(
accountId
:
String
?
=
null
,
accountName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
account
Id
Link copied to clipboard
val
accountId
:
String
?
=
null
The CS RunAs account Id.
account
Name
Link copied to clipboard
val
accountName
:
String
?
=
null
The CS RunAs account name.