toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.dynatrace.kotlin.inputs
/
MonitorIdentityArgs
Monitor
Identity
Args
data
class
MonitorIdentityArgs
(
val
principalId
:
Output
<
String
>
?
=
null
,
val
tenantId
:
Output
<
String
>
?
=
null
,
val
type
:
Output
<
String
>
)
:
ConvertibleToJava
<
MonitorIdentityArgs
>
Members
Constructors
Monitor
Identity
Args
Link copied to clipboard
constructor
(
principalId
:
Output
<
String
>
?
=
null
,
tenantId
:
Output
<
String
>
?
=
null
,
type
:
Output
<
String
>
)
Properties
principal
Id
Link copied to clipboard
val
principalId
:
Output
<
String
>
?
=
null
tenant
Id
Link copied to clipboard
val
tenantId
:
Output
<
String
>
?
=
null
type
Link copied to clipboard
val
type
:
Output
<
String
>
The type of identity used for the resource. Only possible value is
SystemAssigned
.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
MonitorIdentityArgs