toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.compute.kotlin.outputs
/
RunCommandSourceScriptUriManagedIdentity
Run
Command
Source
Script
Uri
Managed
Identity
data
class
RunCommandSourceScriptUriManagedIdentity
(
val
clientId
:
String
?
=
null
,
val
objectId
:
String
?
=
null
)
Members
Constructors
Run
Command
Source
Script
Uri
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.