toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
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
)
Members
Constructors
Machine
Response
Identity
Link copied to clipboard
constructor
(
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.