pulumi-azure-kotlin
5.68.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.compute.kotlin.outputs
/
RunCommandOutputBlobManagedIdentity
Run
Command
Output
Blob
Managed
Identity
data
class
RunCommandOutputBlobManagedIdentity
(
val
clientId
:
String
?
=
null
,
val
objectId
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Run
Command
Output
Blob
Managed
Identity
Link copied to clipboard
fun
RunCommandOutputBlobManagedIdentity
(
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.