toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.dynatrace.kotlin.outputs
/
MonitorIdentity
Monitor
Identity
data
class
MonitorIdentity
(
val
principalId
:
String
?
=
null
,
val
tenantId
:
String
?
=
null
,
val
type
:
String
)
Members
Constructors
Monitor
Identity
Link copied to clipboard
constructor
(
principalId
:
String
?
=
null
,
tenantId
:
String
?
=
null
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
principal
Id
Link copied to clipboard
val
principalId
:
String
?
=
null
tenant
Id
Link copied to clipboard
val
tenantId
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
The type of identity used for the resource. Only possible value is
SystemAssigned
.