toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.compute.kotlin.outputs
/
RunCommandErrorBlobManagedIdentity
Run
Command
Error
Blob
Managed
Identity
data
class
RunCommandErrorBlobManagedIdentity
(
val
clientId
:
String
?
=
null
,
val
objectId
:
String
?
=
null
)
Members
Constructors
Run
Command
Error
Blob
Managed
Identity
Link copied to clipboard
constructor
(
clientId
:
String
?
=
null
,
objectId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
client
Id
Link copied to clipboard
val
clientId
:
String
?
=
null
The client ID of the managed identity.
object
Id
Link copied to clipboard
val
objectId
:
String
?
=
null
The object ID of the managed identity.