toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
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.
Members
Constructors
Run
As
Account
Response
Link copied to clipboard
constructor
(
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.