pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hybridcompute.kotlin.outputs
/
MachineResponseIdentity
Machine
Response
Identity
data
class
MachineResponseIdentity
(
val
principalId
:
String
,
val
tenantId
:
String
,
val
type
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Machine
Response
Identity
Link copied to clipboard
fun
MachineResponseIdentity
(
principalId
:
String
,
tenantId
:
String
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
principal
Id
Link copied to clipboard
val
principalId
:
String
The identity's principal id.
tenant
Id
Link copied to clipboard
val
tenantId
:
String
The identity's tenant id.
type
Link copied to clipboard
val
type
:
String
?
=
null
The identity type.